diff options
author | miere43 <x.miere@gmail.com> | 2016-07-31 21:39:32 +0300 |
---|---|---|
committer | miere43 <x.miere@gmail.com> | 2016-07-31 21:39:32 +0300 |
commit | 268ba0ba0072c59e86c4a45554687b3b1e7092c3 (patch) | |
tree | 13d1abdcfc90aa033446a17c57382efa09ba4fcc /lib/system/nimscript.nim | |
parent | 823b3c250b3c7da57b11741ffeb401bda2ec0c8b (diff) | |
download | Nim-268ba0ba0072c59e86c4a45554687b3b1e7092c3.tar.gz |
fix several broken links
Diffstat (limited to 'lib/system/nimscript.nim')
-rw-r--r-- | lib/system/nimscript.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/nimscript.nim b/lib/system/nimscript.nim index cc96bcba8..ad2b154d4 100644 --- a/lib/system/nimscript.nim +++ b/lib/system/nimscript.nim @@ -234,7 +234,7 @@ proc cd*(dir: string) {.raises: [OSError].} = ## ## The change is permanent for the rest of the execution, since this is just ## a shortcut for `os.setCurrentDir() - ## <http://nim-lang.org/os.html#setCurrentDir,string>`_ . Use the `withDir() + ## <http://nim-lang.org/docs/os.html#setCurrentDir,string>`_ . Use the `withDir() ## <#withDir>`_ template if you want to perform a temporary change only. setCurrentDir(dir) checkOsError() |