Skip to content

Commit 39ebd5d

Browse files
spastorinomark-i-m
andcommitted
Update src/bug-fix-procedure.md
Co-Authored-By: Who? Me?! <[email protected]>
1 parent 769826d commit 39ebd5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bug-fix-procedure.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ self.tcx.sess.add_lint(lint::builtin::OVERLAPPING_INHERENT_IMPLS,
292292
We want to convert this into an error. In some cases, there may be an
293293
existing error for this scenario. In others, we will need to allocate a
294294
fresh diagnostic code. [Instructions for allocating a fresh diagnostic
295-
code can be found here.](diagnostics/diagnostic-codes.html) You may want
295+
code can be found here.](./diagnostics/diagnostic-codes.md) You may want
296296
to mention in the extended description that the compiler behavior
297297
changed on this point, and include a reference to the tracking issue for
298298
the change.
@@ -327,4 +327,3 @@ Open a PR. =)
327327

328328
[rfc 1122]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md
329329
[breaking-change-issue]: https://gist.github.com/nikomatsakis/631ec8b4af9a18b5d062d9d9b7d3d967
330-

0 commit comments

Comments
 (0)