From ab0a7303bf6ebf68f30958486346d77f929f03c9 Mon Sep 17 00:00:00 2001 From: Gour Date: Sat, 7 Nov 2015 09:33:55 +0100 Subject: [PATCH] fix docgen link --- doc/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tools.txt b/doc/tools.txt index bad6039253..7c9aed7ade 100644 --- a/doc/tools.txt +++ b/doc/tools.txt @@ -4,7 +4,7 @@ Tools available with Nim The standard distribution ships with the following tools: -- | `Documentation generator `_ +- | `Documentation generator `_ | The builtin document generator ``nim doc2`` generates HTML documentation from ``.nim`` source files.