summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-01-09 22:59:16 -0500
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-01-09 22:59:16 -0500
commit8b807adc08530c72122a97eea3c96b7b2f13d579 (patch)
tree21a67f2c3a485abea4907f4f96a76a2451c7408d /web
parentf2e717da2d44a184bc8ce7056391d975cb641e81 (diff)
downloadNim-8b807adc08530c72122a97eea3c96b7b2f13d579.tar.gz
s/nimrod/nim/g; s/babel/nimble/g
Diffstat (limited to 'web')
-rw-r--r--web/nim.ini4
-rw-r--r--web/question.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/web/nim.ini b/web/nim.ini
index aa7b6d933..6ae13260a 100644
--- a/web/nim.ini
+++ b/web/nim.ini
@@ -8,8 +8,8 @@ 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/nimrod-code/Aporia;link_aporia"
-Github_Repo: "http://github.com/Araq/Nimrod;link_github"
+Aporia_IDE: "https://github.com/nim-code/Aporia;link_aporia"
+Github_Repo: "http://github.com/Araq/Nim;link_github"
 
 
 [Tabs]
diff --git a/web/question.txt b/web/question.txt
index c27155858..1427fb527 100644
--- a/web/question.txt
+++ b/web/question.txt
@@ -104,11 +104,11 @@ General
   What about editor support?
   --------------------------
 
-  - Nim IDE: https://github.com/nimrod-code/Aporia
+  - Nim IDE: https://github.com/nim-code/Aporia
   - Emacs: https://github.com/Tass/nimrod-mode
   - Vim: https://github.com/zah/nimrod.vim/
   - Scite: Included
-  - Gedit: The `Aporia .lang file <https://github.com/nimrod-code/Aporia/blob/master/share/gtksourceview-2.0/language-specs/nimrod.lang>`_
+  - Gedit: The `Aporia .lang file <https://github.com/nim-code/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>`_)
 
@@ -146,7 +146,7 @@ Compilation
   How do I use a different C compiler than the default one?
   ---------------------------------------------------------
 
-  Edit the ``config/nimrod.cfg`` file.
+  Edit the ``config/nim.cfg`` file.
   Change the value of the ``cc`` variable to one of the following:
 
   ==============  ============================================