chiark / gitweb /
doc: fix reference.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 24 Oct 2017 16:26:42 +0000 (18:26 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 24 Oct 2017 16:26:42 +0000 (18:26 +0200)
doc/pelican/writing-content.rst

index a13f669727a4a550df0c6c57f56f1997f9fb2b64..7c9704e85a4157684ea27be46d078436452cb6db 100644 (file)
@@ -57,7 +57,7 @@ intuitive usage in many use cases. The basic rules are not far from Markdown:
     all your content is encouraged).
 -   Paragraphs are separated from each other by a blank line. Consecutive lines
     of text are concatenated together using spaces, ignoring the newlines. See
-    the `Block elements <#block-elements>`_ section below for more options.
+    the `Basic block elements`_ section below for more options.
 -   Multiple consecutive whitespace characters are rendered as a single space
     (but that's largely due to how HTML behaves).
 -   Everything is escaped when converting to HTML, so inline HTML will appear