summary refs log tree commit diff stats
path: root/doc/backends.txt
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-01-15 03:26:59 +0100
committerdef <dennis@felsin9.de>2015-01-15 03:26:59 +0100
commit2a7a5a69d00711331d288d59320f18cc74dd3c4e (patch)
tree583ada078051cd9b141cbce2ce3f9fe4fddefb5a /doc/backends.txt
parent33c587d06b0c24e571ac7f9b8ae3e565df1ab9f5 (diff)
downloadNim-2a7a5a69d00711331d288d59320f18cc74dd3c4e.tar.gz
GitHub link fixes: nim-code -> nim-lang
Diffstat (limited to 'doc/backends.txt')
-rw-r--r--doc/backends.txt2
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