Skip to content

Commit 01be82c

Browse files
committed
Use shorter [][]-style link to not pass 100 chars.
1 parent 532d28b commit 01be82c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/diagnostics.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ err.emit();
339339
```
340340

341341
Alternatively, for less-complex diagnostics, the `SessionDiagnostic` derive
342-
macro can be used -- see [Creating Errors With SessionDiagnostic](./diagnostics/sessiondiagnostic.md).
342+
macro can be used -- see [Creating Errors With SessionDiagnostic][sessiondiagnostic].
343+
344+
[sessiondiagnostic]: ./diagnostics/sessiondiagnostic.md
343345

344346

345347
## Suggestions

0 commit comments

Comments
 (0)