diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-01-25 14:10:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 14:10:32 +0800 |
commit | 0b363442e5ffc715347b2d258cd5d98fcd653b5f (patch) | |
tree | f6f90309dfc80bcd9aaccfc38a96f6faf3b65737 /doc | |
parent | 9c155eacccbf437f907230621aee7e9f16f28930 (diff) | |
download | Nim-0b363442e5ffc715347b2d258cd5d98fcd653b5f.tar.gz |
fixes broken doc links (#23255)
https://nim-lang.github.io/Nim/testament.html#writing-unit-tests https://nim-lang.github.io/Nim/testament.html#writing-unit-tests-output-message-variable-interpolation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md index 1de7f32b4..65a4472e7 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -267,7 +267,7 @@ You can also use the [discard statement](#statements-and-expressions-discard-sta ``` This was how multiline comments were done before version 0.13.0, -and it is used to provide specifications to [testament](testament.html#writing-unitests) test framework. +and it is used to provide specifications to [testament](testament.html#writing-unit-tests) test framework. Identifiers & Keywords |