diff --git a/src/diagnostics/diagnostic-items.md b/src/diagnostics/diagnostic-items.md index efaa01cf3..93a0194d9 100644 --- a/src/diagnostics/diagnostic-items.md +++ b/src/diagnostics/diagnostic-items.md @@ -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