Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a5f0310

Browse files
jyn514tshepang
authored andcommitted
Fix link; remove duplicate link
1 parent b6e5e27 commit a5f0310

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/about-this-guide.md‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,12 @@ You might also find the following sites useful:
6060

6161
- This guide contains information about how various parts of the
6262
compiler work and how to contribute to the compiler.
63-
- [rustc API docs] -- rustdoc documentation for the compiler
63+
- [rustc API docs] -- rustdoc documentation for the compiler, devtools, and internal tools
6464
- [Forge] -- contains documentation about Rust infrastructure, team procedures, and more
6565
- [compiler-team] -- the home-base for the Rust compiler team, with description
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/nightly/nightly-rustc/rustc_middle
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/

‎src/contributing.md‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /