diff options
author | def <dennis@felsin9.de> | 2015-01-15 03:26:59 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-01-15 03:26:59 +0100 |
commit | 2a7a5a69d00711331d288d59320f18cc74dd3c4e (patch) | |
tree | 583ada078051cd9b141cbce2ce3f9fe4fddefb5a /tests/manyloc/argument_parser | |
parent | 33c587d06b0c24e571ac7f9b8ae3e565df1ab9f5 (diff) | |
download | Nim-2a7a5a69d00711331d288d59320f18cc74dd3c4e.tar.gz |
GitHub link fixes: nim-code -> nim-lang
Diffstat (limited to 'tests/manyloc/argument_parser')
-rw-r--r-- | tests/manyloc/argument_parser/argument_parser.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manyloc/argument_parser/argument_parser.nim b/tests/manyloc/argument_parser/argument_parser.nim index fec00dbf8..af671cd85 100644 --- a/tests/manyloc/argument_parser/argument_parser.nim +++ b/tests/manyloc/argument_parser/argument_parser.nim @@ -1,7 +1,7 @@ ## Command line parsing module for Nimrod. ## -## `Nim <http://nim-code.org>`_ provides the `parseopt module -## <http://nim-code.org/parseopt.html>`_ to parse options from the +## `Nim <http://nim-lang.org>`_ provides the `parseopt module +## <http://nim-lang.org/parseopt.html>`_ to parse options from the ## commandline. This module tries to provide functionality to prevent you from ## writing commandline parsing and let you concentrate on providing the best ## possible experience for your users. |