Skip to content

Commit

Permalink
Fix an invalid link on Diagnostic Items (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Nov 16, 2021
1 parent 766f9d7 commit 5fbfe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostics/diagnostic-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct Penguin;

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

## How To Add Diagnostic Items

Expand Down

0 comments on commit 5fbfe93

Please sign in to comment.