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 /doc/backends.txt | |
parent | 33c587d06b0c24e571ac7f9b8ae3e565df1ab9f5 (diff) | |
download | Nim-2a7a5a69d00711331d288d59320f18cc74dd3c4e.tar.gz |
GitHub link fixes: nim-code -> nim-lang
Diffstat (limited to 'doc/backends.txt')
-rw-r--r-- | doc/backends.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backends.txt b/doc/backends.txt index b78397913..c7b60da26 100644 --- a/doc/backends.txt +++ b/doc/backends.txt @@ -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 |