diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-08-07 23:50:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 23:50:55 +0800 |
commit | 4f4501abbc3f59c52e978f02b115d2bb45869566 (patch) | |
tree | 52d1abf4df78cf83bf6e3d55e0a525e85c22c73c /readme.md | |
parent | fd6640fcda29bf56c7a5079c4a9bf286eee6615c (diff) | |
download | Nim-4f4501abbc3f59c52e978f02b115d2bb45869566.tar.gz |
fixes links in the readme (#20167)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md index 8f5d278b5..fef139bce 100644 --- a/readme.md +++ b/readme.md @@ -88,9 +88,9 @@ Next, run the appropriate build shell script for your platform: Finally, once you have finished the build steps (on Windows, Mac, or Linux) you should add the ``bin`` directory to your PATH. -See also [rebuilding the compiler](doc/intern.md#rebuilding-the-compiler). +See also [bootstrapping the compiler](https://nim-lang.github.io/Nim/intern.html#bootstrapping-the-compiler). -See also [reproducible builds](doc/intern.md#reproducible-builds). +See also [reproducible builds](https://nim-lang.github.io/Nim/intern.html#bootstrapping-the-compiler-reproducible-builds). ## Koch |