diff options
author | reactormonk <hafnersimon@gmail.com> | 2015-03-11 19:56:05 +0500 |
---|---|---|
committer | reactormonk <hafnersimon@gmail.com> | 2015-03-11 19:56:05 +0500 |
commit | 0543784eb4cbac193fe5f11fd58067020276b758 (patch) | |
tree | 3f693ec0e190f8ad3b66a84d0c90e25f8fcd9fe7 | |
parent | 4924f5b14a4cdef412cb4b809a9fa81d3b58be98 (diff) | |
parent | 70d1e14add0fce72f3a2b10c8ca85d57c6237394 (diff) | |
download | Nim-0543784eb4cbac193fe5f11fd58067020276b758.tar.gz |
Merge pull request #2312 from def-/fix-question-urls
Update URLs in question.txt
-rw-r--r-- | web/question.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/question.txt b/web/question.txt index 28c7ece14..c8f734df7 100644 --- a/web/question.txt +++ b/web/question.txt @@ -105,10 +105,10 @@ General FAQ -------------------------- - Nim IDE: https://github.com/nim-lang/Aporia - - Emacs: https://github.com/Tass/nim-mode + - Emacs: https://github.com/reactormonk/nim-mode - Vim: https://github.com/zah/nimrod.vim/ - Scite: Included - - Gedit: The `Aporia .lang file <https://github.com/nim-lang/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/nim.lang>`_ - jEdit: https://github.com/exhu/nimrod-misc/tree/master/jedit - TextMate: Available in bundle installer (`Repository <https://github.com/textmate/nim.tmbundle>`_) |