Skip to content

Commit 5fbfe93

Browse files
authored
Fix an invalid link on Diagnostic Items (#1261)
1 parent 766f9d7 commit 5fbfe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/diagnostics/diagnostic-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct Penguin;
2323

2424
Diagnostic items are usually only added to traits, types and standalone functions. If the goal
2525
is to check for an associated type or method, please use the diagnostic item of the item and
26-
reference [*Using Diagnostic Items*](#using-diagnostic-items).
26+
reference [*How To Use Diagnostic Items*](#how-to-use-diagnostic-items).
2727

2828
## How To Add Diagnostic Items
2929

0 commit comments

Comments
 (0)