-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a link to all installers to the homepage #1370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a good change, thanks for rebasing the PR. I'd like to fixup the links a little bit though, see comment inline.
www/index.html
Outdated
@@ -26,22 +26,25 @@ | |||
<div id="platform-instructions-unix" class="instructions" style="display: none;"> | |||
<p>Run the following in your terminal, then follow the onscreen instructions.</p> | |||
<pre>curl https://sh.rustup.rs -sSf | sh</pre> | |||
<p class="other-platforms-help">You appear to be running Unix. Click <a class="default-platform-button" href="#">here</a> to see the installer for all supported platforms.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we rephrase these links to avoid the 'click here' anti-pattern, e.g., make the link text "view all supported installers" or something like that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about : "You appear to be running Unix. If not, [display all supported installers]."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me!
ping @withoutboats any comments on this? |
ping @alexcrichton and @withoutboats - any thoughts? I'm inclined to merge this with my review comment addressed. |
Sounds good to me! |
Hey @thibaultdelor, any chance you could update the PR with that change? Thanks! |
Sure will do today
…On Sun., 27 May 2018, 11:04 pm Diggory Blake, ***@***.***> wrote:
Hey @thibaultdelor <https://github.com/thibaultdelor>, any chance you
could update the PR with that change? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1370 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAqWJc6NqAEB6avXFF0s6rt-_qzrk9ajks5t2qRngaJpZM4ShlVT>
.
|
r? @Diggsey |
Thanks, looks great! |
Added a link to all installers to the homepage
re #1253
I have just resolved conflict of #1270 and adapted to the new index page.
Here is how it looks: