Skip to content

Commit b3b32b7

Browse files
committedMar 10, 2020
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
1 parent d00b269 commit b3b32b7

File tree

49 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+66
-66
lines changed
 

‎.github/ISSUE_TEMPLATE/tracking_issue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ for larger features an implementation could be broken up into multiple PRs.
3939
- [ ] Adjust documentation ([see instructions on rustc-dev-guide][doc-guide])
4040
- [ ] Stabilization PR ([see instructions on rustc-dev-guide][stabilization-guide])
4141

42-
[stabilization-guide]: https://rust-lang.github.io/rustc-dev-guide/stabilization_guide.html#stabilization-pr
43-
[doc-guide]: https://rust-lang.github.io/rustc-dev-guide/stabilization_guide.html#documentation-prs
42+
[stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr
43+
[doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs
4444

4545
### Unresolved Questions
4646
<!--

‎CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ can give you a good example of how a typical contribution would go.
2929
[rust-discord]: http://discord.gg/rust-lang
3030
[rust-zulip]: https://rust-lang.zulipchat.com
3131
[coc]: https://www.rust-lang.org/conduct.html
32-
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
33-
[walkthrough]: https://rust-lang.github.io/rustc-dev-guide/walkthrough.html
32+
[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
33+
[walkthrough]: https://rustc-dev-guide.rust-lang.org/walkthrough.html
3434

3535
## Feature Requests
3636
[feature-requests]: #feature-requests
@@ -108,7 +108,7 @@ contributions to the compiler and the standard library. It also lists some
108108
really useful commands to the build system (`./x.py`), which could save you a
109109
lot of time.
110110

111-
[rustcguidebuild]: https://rust-lang.github.io/rustc-dev-guide/building/how-to-build-and-run.html
111+
[rustcguidebuild]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
112112

113113
## Pull Requests
114114
[pull-requests]: #pull-requests
@@ -448,13 +448,13 @@ are:
448448
* **Google!** ([search only in Rust Documentation][gsearchdocs] to find types, traits, etc. quickly)
449449
* Don't be afraid to ask! The Rust community is friendly and helpful.
450450

451-
[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/about-this-guide.html
451+
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html
452452
[gdfrustc]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
453453
[gsearchdocs]: https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here
454454
[rif]: http://internals.rust-lang.org
455455
[rr]: https://doc.rust-lang.org/book/README.html
456456
[rustforge]: https://forge.rust-lang.org/
457457
[tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/
458458
[ro]: http://www.rustaceans.org/
459-
[rctd]: https://rust-lang.github.io/rustc-dev-guide/tests/intro.html
459+
[rctd]: https://rustc-dev-guide.rust-lang.org/tests/intro.html
460460
[cheatsheet]: https://buildbot2.rust-lang.org/homu/

0 commit comments

Comments
 (0)
Please sign in to comment.