mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 197a9cde67 into 5f1d5c4b88
This commit is contained in:
commit
04668b954b
1 changed files with 4 additions and 4 deletions
|
|
@ -189,8 +189,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``::
|
||||
|
||||
|
|
@ -199,8 +199,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
|
||||
-----------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue