We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3658303 commit 459e414Copy full SHA for 459e414
src/diagnostics.md
@@ -348,7 +348,9 @@ err.emit();
348
```
349
350
Alternatively, for less-complex diagnostics, the `SessionDiagnostic` derive
351
-macro can be used -- see [Creating Errors With SessionDiagnostic](./diagnostics/sessiondiagnostic.md).
+macro can be used -- see [Creating Errors With SessionDiagnostic][sessiondiagnostic].
352
+
353
+[sessiondiagnostic]: ./diagnostics/sessiondiagnostic.md
354
355
356
## Suggestions
0 commit comments