summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorSojin <77185816+SojinSamuel@users.noreply.github.com>2022-08-04 22:23:42 +0530
committerGitHub <noreply@github.com>2022-08-04 12:53:42 -0400
commit0641df33aabe25d0c83b00a334cc157a8ca50607 (patch)
tree0a14a40b600e94e96bc86335f512dfa201033b4e /readme.md
parent2f3980f491a7d94facff6e0f7d413818a86267a1 (diff)
downloadNim-0641df33aabe25d0c83b00a334cc157a8ca50607.tar.gz
Two broken links found (#20121)
Updated the two broken internal links: rebuilding the compiler, reproducible builds
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 39ddca17a..8f5d278b5 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.rst#rebuilding-the-compiler).
+See also [rebuilding the compiler](doc/intern.md#rebuilding-the-compiler).
 
-See also [reproducible builds](doc/intern.rst#reproducible-builds).
+See also [reproducible builds](doc/intern.md#reproducible-builds).
 
 ## Koch