We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9417975 commit 36d133cCopy full SHA for 36d133c
src/docs/asciidoc/core/core-resources.adoc
@@ -404,11 +404,11 @@ objects:
404
| Loaded from the classpath.
405
406
| file:
407
-| `file:///data/config.xml`
+| `\file:///data/config.xml`
408
| Loaded as a `URL` from the filesystem. See also <<resources-filesystemresource-caveats>>.
409
410
| https:
411
-| `https://myserver/logo.png`
+| `\https://myserver/logo.png`
412
| Loaded as a `URL`.
413
414
| (none)
0 commit comments