diff options
author | flywind <xzsflywind@gmail.com> | 2022-01-29 10:08:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 21:08:38 -0500 |
commit | 520881af9add94b26ef7d0630352ad425bb84490 (patch) | |
tree | ea0b37be542228a1a6b4a4343fcf06bc9a27e387 /doc | |
parent | 0c3892c3c707e75520d6c8b5a65a0eaf8c15fcd4 (diff) | |
download | Nim-520881af9add94b26ef7d0630352ad425bb84490.tar.gz |
update outdated link (#19465)
Ref https://github.com/nim-lang/Nim/issues/19463
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intern.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.rst b/doc/intern.rst index e8fb4ac86..a8846ae02 100644 --- a/doc/intern.rst +++ b/doc/intern.rst @@ -166,7 +166,7 @@ current commit: You can also bisect using custom options to build the compiler, for example if you don't need a debug version of the compiler (which runs slower), you can replace -`./koch temp`:cmd: by explicit compilation command, see `Rebuilding the compiler`_. +`./koch temp`:cmd: by explicit compilation command, see `Bootstrapping the compiler`_. Runtimes |