diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-05 14:14:22 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-05 14:14:22 +0100 |
commit | ac1fbf14696aa896286fce7cec485770789eedab (patch) | |
tree | 5344305b2ab58b211dd41f2cf0e401015ee3f56d /web/learn.txt | |
parent | 0be654efe11311fcf1200c0e7dba9ecd55fa5591 (diff) | |
parent | b9e02b1efc14a309e613ec4d4cf8c793503bc797 (diff) | |
download | Nim-ac1fbf14696aa896286fce7cec485770789eedab.tar.gz |
Merge branch 'devel'
Diffstat (limited to 'web/learn.txt')
-rw-r--r-- | web/learn.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/learn.txt b/web/learn.txt index a2df38cde..bf0cc43ef 100644 --- a/web/learn.txt +++ b/web/learn.txt @@ -8,10 +8,10 @@ Learning Nim .. container:: tutorials - - | `Tutorial (part I) <0.11.0/tut1.html>`_ + - | `Tutorial (part I) <docs/tut1.html>`_ | Learn the basics of Nim's types, variables, procedures, control flow, etc... - - | `Tutorial (part II) <0.11.0/tut2.html>`_ + - | `Tutorial (part II) <docs/tut2.html>`_ | Learn Nim's more advanced features such as OOP, generics, macros, etc... @@ -52,5 +52,5 @@ Learning Nim Documentation ------------- -More examples of Nim code can be found in the `Nim Language Documentation <0.11.0/manual.html>`_. +More examples of Nim code can be found in the `Nim Language Documentation <docs/manual.html>`_. |