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 532d28b commit 01be82cCopy full SHA for 01be82c
src/diagnostics.md
@@ -339,7 +339,9 @@ err.emit();
339
```
340
341
Alternatively, for less-complex diagnostics, the `SessionDiagnostic` derive
342
-macro can be used -- see [Creating Errors With SessionDiagnostic](./diagnostics/sessiondiagnostic.md).
+macro can be used -- see [Creating Errors With SessionDiagnostic][sessiondiagnostic].
343
+
344
+[sessiondiagnostic]: ./diagnostics/sessiondiagnostic.md
345
346
347
## Suggestions
0 commit comments