summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-22 10:38:30 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-22 10:38:30 +0100
commitbf6211df6c0717109a235122d182d9fc101879ca (patch)
treec358148442817fa9998be31c4a96d3bd3fd06128
parentd93507fd2e88fe1cffb69b8f0cf50a6670bfbecc (diff)
parentc894f6fd25261d70d5e3385037399925b0e534cd (diff)
downloadNim-bf6211df6c0717109a235122d182d9fc101879ca.tar.gz
Merge pull request #3463 from yglukhov/patch-1
Fixed broken links
-rw-r--r--web/learn.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/learn.txt b/web/learn.txt
index e1a3f1c8c..987666f8e 100644
--- a/web/learn.txt
+++ b/web/learn.txt
@@ -40,8 +40,8 @@ Learning Nim
   .. container:: articles
 
     - `How I Start: Nim <http://howistart.org/posts/nim/1>`_
-    - `Getting Started With Nim <https://akehrer.github.io/nim/2015/01/05/getting-started-with-nim.html>`_
-    - `Getting Started With Nim - Part 2 <https://akehrer.github.io/nim/2015/01/14/getting-started-with-nim-pt2.html>`_
+    - `Getting Started With Nim <https://akehrer.github.io/posts/getting-started-with-nim>`_
+    - `Getting Started With Nim - Part 2 <https://akehrer.github.io/posts/getting-started-with-nim-2>`_
     - `What is special about Nim? <http://hookrace.net/blog/what-is-special-about-nim>`_
     - `What makes Nim practical? <http://hookrace.net/blog/what-makes-nim-practical>`_
     - `Learn Nim in minutes <http://learnxinyminutes.com/docs/nim>`_