mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
docs: internal link typo
The link didn't work without the `/`.
This commit is contained in:
parent
a740f8aa88
commit
d6ac384d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ 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 current file]({filename}/category/article1.rst)
|
||||
[a link relative to the content root]({filename}/category/article1.rst)
|
||||
|
||||
Linking to static files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue