summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-02-27 10:17:28 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-03-01 10:28:51 +0100
commit3be87669fa583578af10bc16b352c677f22d294d (patch)
treeaf6918d5487867cbbe38779ef52cd370cfecd0a5 /web
parentdd4d47c671827148bdaf478c7a37460931cd242c (diff)
downloadNim-3be87669fa583578af10bc16b352c677f22d294d.tar.gz
minor website improvement
Diffstat (limited to 'web')
-rw-r--r--web/question.rst2
-rw-r--r--web/website.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/question.rst b/web/question.rst
index 9de178c90..54c392ced 100644
--- a/web/question.rst
+++ b/web/question.rst
@@ -125,7 +125,7 @@ General FAQ
   What about editor support?
   --------------------------
 
-  - Nim IDE: https://github.com/nim-lang/Aporia
+  - Native Nim Editor: https://github.com/nim-lang/Aporia
   - Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=kosz78.nim
   - Emacs: https://github.com/nim-lang/nim-mode
   - Vim: https://github.com/zah/nimrod.vim/
diff --git a/web/website.ini b/web/website.ini
index a3a04f01e..f4954a4cb 100644
--- a/web/website.ini
+++ b/web/website.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-lang/Aporia;link_aporia"
+; Aporia_IDE: "https://github.com/nim-lang/Aporia;link_aporia"
 GitHub_Repo: "http://github.com/nim-lang/Nim;link_github"