From 0e0775b74a1e4131ffa2f38f501458210c365fa3 Mon Sep 17 00:00:00 2001 From: Philipp Klose Date: Wed, 31 Jul 2013 22:43:02 +0200 Subject: [PATCH] Fix file endings for examples reStructured should use reStructured for linked documents. Markdown should use Markdown for linked documents. --- docs/getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index b8ffbf43..ee9e2d17 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -418,8 +418,8 @@ In this example, ``article1.rst`` could look like:: See below intra-site link examples in reStructuredText format. - `a link relative to content root <|filename|/cat/article2.md>`_ - `a link relative to current file <|filename|cat/article2.md>`_ + `a link relative to content root <|filename|/cat/article2.rst>`_ + `a link relative to current file <|filename|cat/article2.rst>`_ and ``article2.md``:: @@ -428,8 +428,8 @@ and ``article2.md``:: See below intra-site link examples in Markdown format. - [a link relative to content root](|filename|/article1.rst) - [a link relative to current file](|filename|../article1.rst) + [a link relative to content root](|filename|/article1.md) + [a link relative to current file](|filename|../article1.md) Embedding non-article or non-page content is slightly different in that the directories need to be specified in ``pelicanconf.py`` file. The ``images``