-
Notifications
You must be signed in to change notification settings - Fork 649
Link directly to cargo install page #1994
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
Link directly to cargo install page #1994
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
9bf676c
to
58c39c3
Compare
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.
seems totally reasonable to me!
do we still use the install
route afterwards? was it done that way to not break existing links to https://crates.io/install?
This fixes a papercut where after clicking on the button, clicking the back button causes the user to immediately redirect again. Additionally, on Firefox 71, it was not possible to long-click on the back button to return to crates.io (as the only entry in the list was the redirect. On Chromium 79 I had no such issue.
58c39c3
to
2eebe8b
Compare
I've amended the commit to drop the
Yes, I left it in case there are external pages linking to that URL. I don't think there are any remaining internal uses of it. @bors r=Turbo87 |
📌 Commit 2eebe8b has been approved by |
…urbo87 Link directly to cargo install page This fixes a paper-cut where after clicking on the button, clicking the back button causes the user to immediately redirect again. Additionally, on Firefox 71, it was not possible to long-click on the back button to return to crates.io (as the only entry in the list was the redirect. On Chromium 79 I had no such issue.
☀️ Test successful - checks-travis |
This fixes a paper-cut where after clicking on the button, clicking the
back button causes the user to immediately redirect again.
Additionally, on Firefox 71, it was not possible to long-click on the
back button to return to crates.io (as the only entry in the list was
the redirect. On Chromium 79 I had no such issue.