Browse Source

Escape URLs in literals in reference manual

This prevents the URLs from being rendered as clickable links in the
generated HTML.
pull/26556/head
Sam Brannen 5 years ago
parent
commit
36d133ce53
  1. 4
      src/docs/asciidoc/core/core-resources.adoc

4
src/docs/asciidoc/core/core-resources.adoc

@ -404,11 +404,11 @@ objects: @@ -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)

Loading…
Cancel
Save