Skip to content

Commit f903c0e

Browse files
committed
Fix link; remove duplicate link
1 parent 6a1daff commit f903c0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: src/about-this-guide.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ You might also find the following sites useful:
6666
of the team procedures, active working groups, and the team calendar.
6767
- [std-dev-guide] -- a similar guide for developing the standard library.
6868
- [The t-compiler zulip][z]
69-
- [The compiler's documentation (rustdocs)](https://doc.rust-lang.org/nightly/nightly-rustc/)
7069
- [The Forge](https://forge.rust-lang.org/) has more documentation about various procedures.
7170
- `#contribute` and `#wg-rustup` on [Discord](https://discord.gg/rust-lang).
7271
- The [Rust Internals forum][rif], a place to ask questions and
@@ -102,7 +101,7 @@ You might also find the following sites useful:
102101
[Miri]: https://github.com/rust-lang/miri
103102
[@bors]: https://github.com/bors
104103
[GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/
105-
[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
104+
[rustc API docs]: https://doc.rust-lang.org/nighty/nightly-rustc/
106105
[Forge]: https://forge.rust-lang.org/
107106
[compiler-team]: https://github.com/rust-lang/compiler-team/
108107
[std-dev-guide]: https://std-dev-guide.rust-lang.org/

Diff for: src/contributing.md

+2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ a pull request, CI builds the compiler and tests it against the
189189
[compiler test suite][rctd], and also performs other tests such as checking that
190190
your pull request is in compliance with Rust's style guidelines.
191191

192+
[rctd]: tests/intro.md
193+
192194
Running continuous integration tests allows PR authors to catch mistakes early
193195
without going through a first review cycle, and also helps reviewers stay aware
194196
of the status of a particular pull request.

0 commit comments

Comments
 (0)