summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorlbartoletti <lbartoletti@users.noreply.github.com>2020-06-06 21:53:18 +0200
committerGitHub <noreply@github.com>2020-06-06 21:53:18 +0200
commit51b71e35f2c0000def4f35d65ceb28ecdeb7ee10 (patch)
tree13e8a2d220bb1198d8dcc577b8203da32f57828d /readme.md
parent32083c7ff88c46b81c30df95ff5c81c57935bc23 (diff)
downloadNim-51b71e35f2c0000def4f35d65ceb28ecdeb7ee10.tar.gz
Fix link to "rebuilding the compiler" (#14567)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index eb6b68d0d..f529c0df0 100644
--- a/readme.md
+++ b/readme.md
@@ -79,7 +79,7 @@ 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](intern.html#rebuilding-the-compiler).
+See also [rebuilding the compiler](doc/intern.rst#rebuilding-the-compiler).
 
 ## Koch