summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-06-15 01:30:25 +0200
committerAraq <rumpf_a@web.de>2015-06-15 01:30:25 +0200
commit8c671d22d6a7c55e13e7c02eb4fd65bbabb52131 (patch)
treeac4cbbaa37b3399d5ec347e65c7a385c00fd8f0e /web
parentd6f94091ed467e9208ff4f43f565eef3ac195982 (diff)
downloadNim-8c671d22d6a7c55e13e7c02eb4fd65bbabb52131.tar.gz
website knows about new URLs
Diffstat (limited to 'web')
-rw-r--r--web/community.txt18
-rw-r--r--web/download.txt2
-rw-r--r--web/index.txt2
-rw-r--r--web/learn.txt2
4 files changed, 12 insertions, 12 deletions
diff --git a/web/community.txt b/web/community.txt
index 5d9343c98..12d024871 100644
--- a/web/community.txt
+++ b/web/community.txt
@@ -6,7 +6,7 @@ Nim's Community
   Forum
   -----
 
-  The `Nim forum <http://forum.nim-lang.org/>`_ is the place where most 
+  The `Nim forum <http://forum.nim-lang.org/>`_ is the place where most
   discussions related to the language happen. It not only includes discussions
   relating to the design of Nim but also allows for beginners to ask questions
   relating to Nim.
@@ -44,14 +44,14 @@ Nim's Community
   Github
   ------
 
-  Nim's `source code <http://github.com/Araq/Nim>`_ is hosted on Github.
-  Together with the `wiki <http://github.com/Araq/Nim/wiki>`_ and
-  `issue tracker <http://github.com/Araq/Nim/issues>`_.
+  Nim's `source code <http://github.com/nim-lang/Nim>`_ is hosted on Github.
+  Together with the `wiki <http://github.com/nim-lang/Nim/wiki>`_ and
+  `issue tracker <http://github.com/nim-lang/Nim/issues>`_.
 
   Github also hosts other projects relating to Nim. These projects are a part
   of the `nim-lang organisation <http://github.com/nim-lang>`_.
   This includes the `Nimble package manager <https://github.com/nim-lang/nimble>`_
-  and its `package repository <http://github.com/nim-lang/packages>`_. 
+  and its `package repository <http://github.com/nim-lang/packages>`_.
 
 
 .. container:: standout
@@ -76,7 +76,7 @@ Nim's Community
   -------------
 
   When asking a question relating to Nim, be sure to use the
-  `Nim <http://stackoverflow.com/questions/tagged/nim>`_ tag in your 
+  `Nim <http://stackoverflow.com/questions/tagged/nim>`_ tag in your
   question.
 
 .. container:: standout
@@ -85,8 +85,8 @@ Nim's Community
   -----------
 
   There are always many things to be done in the main
-  `Nim repository <https://github.com/Araq/Nim>`_, check out the 
-  `issues <https://github.com/Araq/Nim/issues>`_ for 
+  `Nim repository <https://github.com/nim-lang/Nim>`_, check out the
+  `issues <https://github.com/nim-lang/Nim/issues>`_ for
   things to do; pull requests are always welcome. You can
   also contribute to the many other projects hosted by the
   `nim-lang <https://github.com/nim-lang>`_ organisation on github. If you
@@ -107,7 +107,7 @@ Nim's Community
     .. raw:: html
 
       <iframe style="border: 0; margin: 0; padding: 0;"
-               src="https://www.gittip.com/Araq/widget.html"
+               src="https://www.gittip.com/nim-lang/widget.html"
                width="64pt" height="22pt"></iframe>
 
   Paypal
diff --git a/web/download.txt b/web/download.txt
index 6acc80b53..c193637b7 100644
--- a/web/download.txt
+++ b/web/download.txt
@@ -44,7 +44,7 @@ Installation from github
 Use the following commands to build the compiler from source.
 Change the branch to suit your needs::
 
-  git clone -b master git://github.com/Araq/Nim.git
+  git clone -b master git://github.com/nim-lang/Nim.git
   cd Nim
   git clone -b master --depth 1 git://github.com/nim-lang/csources
   cd csources && sh build.sh
diff --git a/web/index.txt b/web/index.txt
index 95cac9316..506453423 100644
--- a/web/index.txt
+++ b/web/index.txt
@@ -85,5 +85,5 @@ Roadmap to 1.0
 ==============
 
 Please have a look at
-this `wiki page <https://github.com/Araq/Nim/wiki/Roadmap>`_ for
+this `wiki page <https://github.com/nim-lang/Nim/wiki/Roadmap>`_ for
 an up-to-date overview.
diff --git a/web/learn.txt b/web/learn.txt
index bf0cc43ef..e1a3f1c8c 100644
--- a/web/learn.txt
+++ b/web/learn.txt
@@ -28,7 +28,7 @@ Learning Nim
     - | `Nim on Rosetta Code <http://rosettacode.org/wiki/Category:Nimrod>`_
       | Many different Nim code examples comparable to other languages for reference.
 
-    - | `Nim for C/C++ Programmers <https://github.com/Araq/Nim/wiki/Nim-for-C-programmers>`_
+    - | `Nim for C/C++ Programmers <https://github.com/nim-lang/Nim/wiki/Nim-for-C-programmers>`_
       | A useful cheat-sheet for those most familiar with C/C++ languages.