about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-02-18 12:32:14 -0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-17 12:16:02 -0500
commit8f2f724eb3988606850c2e6670bd63ac94d4dd57 (patch)
treed7bb80260f7e3547959fa3321f64265b89052acf /src/doc/rustc-dev-guide
parent5f9b355df629cd90d8073b22433c8e239bec58fe (diff)
downloadrust-8f2f724eb3988606850c2e6670bd63ac94d4dd57.tar.gz
rust-8f2f724eb3988606850c2e6670bd63ac94d4dd57.zip
This page is diagnostics.html now
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/bug-fix-procedure.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/bug-fix-procedure.md b/src/doc/rustc-dev-guide/src/bug-fix-procedure.md
index 90d8fb48b61..9ad57be99e9 100644
--- a/src/doc/rustc-dev-guide/src/bug-fix-procedure.md
+++ b/src/doc/rustc-dev-guide/src/bug-fix-procedure.md
@@ -292,7 +292,7 @@ self.tcx.sess.add_lint(lint::builtin::OVERLAPPING_INHERENT_IMPLS,
 We want to convert this into an error. In some cases, there may be an existing
 error for this scenario. In others, we will need to allocate a fresh diagnostic
 code.
-[Instructions for allocating a fresh diagnostic code can be found here.](rustc-diagnostic-code.html)
+[Instructions for allocating a fresh diagnostic code can be found here.](diagnostics/diagnostic-codes.html)
 You may want to mention in the extended description that the compiler behavior
 changed on this point, and include a reference to the tracking issue for the
 change.