summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-03-17 13:54:42 -0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-17 12:16:02 -0500
commit9786fc514e5ba2c6a1b16412ab3975e43867d30e (patch)
tree0e39566f32dc664446d36dce9d89e2c6d55a3f33 /src/doc/rustc-dev-guide
parent25a734b2dc8d5527818d8da131c19bd3cd7e3bd3 (diff)
downloadrust-9786fc514e5ba2c6a1b16412ab3975e43867d30e.tar.gz
rust-9786fc514e5ba2c6a1b16412ab3975e43867d30e.zip
Update src/bug-fix-procedure.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/bug-fix-procedure.md3
1 files changed, 1 insertions, 2 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 9c711ae1c87..55bc8685929 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.](diagnostics/diagnostic-codes.html) You may want
+code can be found here.](./diagnostics/diagnostic-codes.md) 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.
@@ -327,4 +327,3 @@ Open a PR. =)
 
 [rfc 1122]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md
 [breaking-change-issue]: https://gist.github.com/nikomatsakis/631ec8b4af9a18b5d062d9d9b7d3d967
-