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

@@ -338,7 +338,7 @@ in the ``nimcache`` directory. The naming of these files follows the pattern
``nimblePackageName_`` + ``nimSource``:
* Filenames for modules imported from `nimble packages
<https://github.com/nim-code/nimble>`_ will end up with
<https://github.com/nim-lang/nimble>`_ will end up with
``nimblePackageName_module.c``. For example, if you import the
``argument_parser`` module from the same name nimble package you
will end up with a ``argument_parser_argument_parser.c`` file