-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Use https URLs to refer to rust-lang.org where appropriate. #27622
Conversation
Also fixes a few outdated links.
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -156,8 +156,7 @@ over | |||
fn foo(a: u8) { ... } | |||
``` | |||
|
|||
Note that | |||
[`ascii::Ascii`](http://static.rust-lang.org/doc/master/std/ascii/struct.Ascii.html) | |||
Note that `ascii::Ascii` |
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.
why lose the link here?
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.
ascii::Ascii
no longer exists in the standard library.
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.
Then we probably should remove this bit entirely?
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 can rewrite it, I guess.
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.
Replaced ascii::Ascii
with a different example.
Also fixes a few outdated links.
⌛ Testing commit 7d3c4bd with merge 89ab4a2... |
💔 Test failed - auto-linux-64-nopt-t |
@bors: retry On Wed, Aug 12, 2015 at 4:36 AM, bors notifications@github.com wrote:
|
Also fixes a few outdated links.