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 /web | |
parent | 33c587d06b0c24e571ac7f9b8ae3e565df1ab9f5 (diff) | |
download | Nim-2a7a5a69d00711331d288d59320f18cc74dd3c4e.tar.gz |
GitHub link fixes: nim-code -> nim-lang
Diffstat (limited to 'web')
-rw-r--r-- | web/nim.ini | 2 | ||||
-rw-r--r-- | web/question.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/nim.ini b/web/nim.ini index 6ae13260a..0190416b2 100644 --- a/web/nim.ini +++ b/web/nim.ini @@ -8,7 +8,7 @@ Authors: "Andreas Rumpf and contributors" # Underscores are replaced with a space. # Everything after ; is the ID Community: "community.html;link_forum" -Aporia_IDE: "https://github.com/nim-code/Aporia;link_aporia" +Aporia_IDE: "https://github.com/nim-lang/Aporia;link_aporia" Github_Repo: "http://github.com/Araq/Nim;link_github" diff --git a/web/question.txt b/web/question.txt index 1427fb527..1fb501e2c 100644 --- a/web/question.txt +++ b/web/question.txt @@ -104,11 +104,11 @@ General What about editor support? -------------------------- - - Nim IDE: https://github.com/nim-code/Aporia - - Emacs: https://github.com/Tass/nimrod-mode + - Nim IDE: https://github.com/nim-lang/Aporia + - Emacs: https://github.com/Tass/nim-mode - Vim: https://github.com/zah/nimrod.vim/ - Scite: Included - - Gedit: The `Aporia .lang file <https://github.com/nim-code/Aporia/blob/master/share/gtksourceview-2.0/language-specs/nimrod.lang>`_ + - Gedit: The `Aporia .lang file <https://github.com/nim-lang/Aporia/blob/master/share/gtksourceview-2.0/language-specs/nimrod.lang>`_ - jEdit: https://github.com/exhu/nimrod-misc/tree/master/jedit - TextMate: Available in bundle installer (`Repository <https://github.com/textmate/nim.tmbundle>`_) |