diff --git a/doc/tut1.rst b/doc/tut1.rst index 1f8b60fe0a..47cafc7fac 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -21,7 +21,7 @@ This tutorial assumes that you are familiar with basic programming concepts like variables, types or statements but is kept very basic. The `manual `_ contains many more examples of the advanced language features. All code examples in this tutorial, as well as the ones found in the rest of -Nim's documentation, follow the `Nim style guide `. +Nim's documentation, follow the `Nim style guide `_. The first program