Skip to content

Commit

Permalink
Escape URLs in literals in reference manual
Browse files Browse the repository at this point in the history
This prevents the URLs from being rendered as clickable links in the
generated HTML.
  • Loading branch information
sbrannen committed Feb 16, 2021
1 parent 9417975 commit 36d133c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/core/core-resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 36d133c

Please sign in to comment.