summary refs log tree commit diff stats
path: root/doc/tut1.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-01-21 19:06:27 +0100
committerGitHub <noreply@github.com>2017-01-21 19:06:27 +0100
commitb3c170bdf3ba427a156e40db7192e539f8bb7f0c (patch)
tree1ba13f2c59264a042ebe7fec72c4d3157944e8f0 /doc/tut1.rst
parent9e723166fe0d9bd2e608143036db17b7efc3ab68 (diff)
downloadNim-b3c170bdf3ba427a156e40db7192e539f8bb7f0c.tar.gz
failing trailing underscore, caused no hyperlink
Diffstat (limited to 'doc/tut1.rst')
-rw-r--r--doc/tut1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut1.rst b/doc/tut1.rst
index 1f8b60fe0..47cafc7fa 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
 <manual.html>`_ 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 <nep1.html>`.
+Nim's documentation, follow the `Nim style guide <nep1.html>`_.
 
 
 The first program