Skip to content

Commit d816712

Browse files
committed
transition rustc-guide to rustc-dev-guide
1 parent 3d0f0e3 commit d816712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/adding_lints.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Here are some pointers to things you are likely going to need for every lint:
419419
* [`from_expansion`][from_expansion] and [`in_external_macro`][in_external_macro]
420420
* [`Span`][span]
421421
* [`Applicability`][applicability]
422-
* [The rustc guide][rustc_guide] explains a lot of internal compiler concepts
422+
* [The rustc-dev-guide][rustc-dev-guide] explains a lot of internal compiler concepts
423423
* [The nightly rustc docs][nightly_docs] which has been linked to throughout
424424
this guide
425425

@@ -459,5 +459,5 @@ don't hesitate to ask on Discord, IRC or in the issue/PR.
459459
[in_external_macro]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/lint/fn.in_external_macro.html
460460
[play]: https://play.rust-lang.org
461461
[author_example]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=f093b986e80ad62f3b67a1f24f5e66e2
462-
[rustc_guide]: https://rust-lang.github.io/rustc-guide/
462+
[rustc-dev-guide]: https://rust-lang.github.io/rustc-dev-guide/
463463
[nightly_docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/

0 commit comments

Comments
 (0)