Skip to content
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

Replace static.rust-lang.org with doc.rust-lang.org #119

Merged
merged 1 commit into from
Jun 18, 2014

Conversation

mdinger
Copy link
Contributor

@mdinger mdinger commented Jun 18, 2014

Rust is apparently trying to phase out static.rust-lang.org and replace it with doc.rust-lang.org. This fixes all the links to static.rust-lang.org except for the .travis.yml file.

See rust-lang/rust#14851 for more info.

@@ -1,5 +1,5 @@
As an introduction to this section, to borrow from [the official docs](
http://static.rust-lang.org/doc/0.10/guide-unsafe.html), "one should try to
http://doc.rust-lang.org/0.10/guide-unsafe.html), "one should try to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link should point to the master version: http://doc.rust-lang.org/master/guide-unsafe.html

@japaric
Copy link
Member

japaric commented Jun 18, 2014

Thanks for doing this!

I was wondering whether these links pointed to the master version or to the 0.10 snapshot version. But according to rust-lang/rust#14466, they do point to the master version.

If you address my comment, I'll merge this.

japaric pushed a commit that referenced this pull request Jun 18, 2014
Replace static.rust-lang.org with doc.rust-lang.org
@japaric japaric merged commit 7ac2310 into rust-lang:master Jun 18, 2014
@japaric
Copy link
Member

japaric commented Jun 18, 2014

I'll update the link myself :P

Thanks!

@mdinger mdinger deleted the remove_static branch December 21, 2014 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants