summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"