Escape URLs in literals in reference manual

This prevents the URLs from being rendered as clickable links in the
generated HTML.
This commit is contained in:
Sam Brannen 2021-02-16 09:59:44 +01:00
parent 9417975f66
commit 36d133ce53
1 changed files with 2 additions and 2 deletions

View File

@ -404,11 +404,11 @@ objects:
| Loaded from the classpath.
| file:
| `file:///data/config.xml`
| `\file:///data/config.xml`
| Loaded as a `URL` from the filesystem. See also <<resources-filesystemresource-caveats>>.
| https:
| `https://myserver/logo.png`
| `\https://myserver/logo.png`
| Loaded as a `URL`.
| (none)