diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-08-11 21:30:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 21:30:06 +0800 |
commit | ff25103c9ab9d51821e9e8641955c8d24f7db6b8 (patch) | |
tree | 49e6ccad8a23bc2781a341c107f685d4e2ef73e7 /readme.md | |
parent | e559cd0c3aa5baa86eb3d2f038307830080f3f7b (diff) | |
download | Nim-ff25103c9ab9d51821e9e8641955c8d24f7db6b8.tar.gz |
Show beatutiful html instead of ugly markdown preview (#20196)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index fef139bce..6c14b738f 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.md](doc/koch.md) file. +within the [doc/koch.md](https://nim-lang.github.io/Nim/koch.html) file. ## Nimble |