Skip to content

Commit 36d133c

Browse files
committed
Escape URLs in literals in reference manual
This prevents the URLs from being rendered as clickable links in the generated HTML.
1 parent 9417975 commit 36d133c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,11 @@ objects:
404404
| Loaded from the classpath.
405405

406406
| file:
407-
| `file:///data/config.xml`
407+
| `\file:///data/config.xml`
408408
| Loaded as a `URL` from the filesystem. See also <<resources-filesystemresource-caveats>>.
409409

410410
| https:
411-
| `https://myserver/logo.png`
411+
| `\https://myserver/logo.png`
412412
| Loaded as a `URL`.
413413

414414
| (none)

0 commit comments

Comments
 (0)