From 197a9cde6789c5ed721aece6d5dd8a6d55ad36a2 Mon Sep 17 00:00:00 2001 From: Yves Jacolin Date: Sun, 15 Nov 2015 18:14:47 +0100 Subject: [PATCH] Typo on extension files rst example shows md file in the link and md example shows rst file in the links For example, category/article1.rst should be category/article1.md --- docs/content.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content.rst b/docs/content.rst index 1e6ba099..ef8b5b79 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -187,8 +187,8 @@ In this example, ``article1.rst`` could look like this:: See below intra-site link examples in reStructuredText format. - `a link relative to the current file <{filename}../article2.md>`_ - `a link relative to the content root <{filename}/article2.md>`_ + `a link relative to the current file <{filename}../article2.rstd>`_ + `a link relative to the content root <{filename}/article2.rst>`_ and ``article2.md``:: @@ -197,8 +197,8 @@ and ``article2.md``:: See below intra-site link examples in Markdown format. - [a link relative to the current file]({filename}category/article1.rst) - [a link relative to the content root]({filename}/category/article1.rst) + [a link relative to the current file]({filename}category/article1.md) + [a link relative to the content root]({filename}/category/article1.md) Linking to static files -----------------------