diff options
author | Araq <rumpf_a@web.de> | 2015-05-04 16:47:27 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-05-04 16:47:42 +0200 |
commit | 4a51dbe670c9a749a2e220322fd7d9fd2d5b93a7 (patch) | |
tree | 2eb0f3e4547a82320359ad97ec5f3fe4e07e8056 /web/learn.txt | |
parent | 288400761ce29a30426cbea3bb38c47992fa229b (diff) | |
download | Nim-4a51dbe670c9a749a2e220322fd7d9fd2d5b93a7.tar.gz |
version 0.11.2
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..7f4e22759 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) <0.11.2/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) <0.11.2/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 <0.11.2/manual.html>`_. |