From 29156814ad381e946819504ac5ed8ed4a91caf6e Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Mon, 26 Jun 2023 21:19:13 +0200 Subject: [PATCH] Add missing period to docs/content.rst --- docs/content.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.rst b/docs/content.rst index e7aeefdc..c2ac2272 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -235,7 +235,7 @@ that may be sitting alongside that post (instead of having to determine where the other content will be placed after site generation). To link to internal content (files in the ``content`` directory), use the -following syntax for the link target: ``{filename}path/to/file`` +following syntax for the link target: ``{filename}path/to/file``. Note: forward slashes, ``/``, are the required path separator in the ``{filename}`` directive on all operating systems, including Windows.