GitHub link fixes: nim-code -> nim-lang

This commit is contained in:
def
2015-01-15 03:26:59 +01:00
parent 33c587d06b
commit 2a7a5a69d0
5 changed files with 11 additions and 11 deletions

View File

@@ -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.