summary refs log tree commit diff stats
path: root/doc/docstyle.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docstyle.md')
-rw-r--r--doc/docstyle.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docstyle.md b/doc/docstyle.md
index 1651a6e03..291a34cf6 100644
--- a/doc/docstyle.md
+++ b/doc/docstyle.md
@@ -4,7 +4,7 @@ Documentation Style
 General Guidelines
 ------------------
 
-* See also `nep1<https://nim-lang.github.io/Nim/nep1.html>`_ which should probably be merged here.
+* See also [nep1](nep1.html) which should probably be merged here.
 * Authors should document anything that is exported; documentation for private
   procs can be useful too (visible via `nim doc --docInternal foo.nim`:cmd:).
 * Within documentation, a period (`.`) should follow each sentence (or sentence fragment) in a comment block.