diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-02-27 10:17:28 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-01 10:28:51 +0100 |
commit | 3be87669fa583578af10bc16b352c677f22d294d (patch) | |
tree | af6918d5487867cbbe38779ef52cd370cfecd0a5 /web | |
parent | dd4d47c671827148bdaf478c7a37460931cd242c (diff) | |
download | Nim-3be87669fa583578af10bc16b352c677f22d294d.tar.gz |
minor website improvement
Diffstat (limited to 'web')
-rw-r--r-- | web/question.rst | 2 | ||||
-rw-r--r-- | web/website.ini | 2 |
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" |