diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index 57cc310..0796ac4 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -10,8 +10,8 @@ There may be inaccuracies in this guide. This is a guide for people with experience in C or a similar language. The guide assumes some intermediate knowledge, for instance of how stacks and heaps works. The general tutorials can be found here: -http://nim-lang.org/tut1.html -http://nim-lang.org/tut2.html +http://nim-lang.org/docs/tut1.html +http://nim-lang.org/docs/tut2.html The manual provides a more or less complete overview of the language: http://nim-lang.org/manual.html