diff options
author | Sojin <77185816+SojinSamuel@users.noreply.github.com> | 2022-07-31 14:37:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 11:07:06 +0200 |
commit | 99dd588d6b9f80229fcd9ae47163649889211b33 (patch) | |
tree | a1ce417505c415c54e7e2b17f5ef72a6c5906e48 | |
parent | 528b6d1c3f001944a7a7754c8884178e365e6871 (diff) | |
download | Nim-99dd588d6b9f80229fcd9ae47163649889211b33.tar.gz |
The internal link to koch.rst docs was broken (#20113)
Broken Link found for koch.rst docs The Current internal link was broken. Updated with a new link to the same path
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 8999091e6..39ddca17a 100644 --- a/readme.md +++ b/readme.md @@ -104,7 +104,7 @@ can run a subset of tests by specifying a category (for example ``./koch tests cat async``). For more information on the ``koch`` build tool please see the documentation -within the [doc/koch.rst](doc/koch.rst) file. +within the [doc/koch.md](doc/koch.md) file. ## Nimble |