Skip to content

Commit 0bb7b17

Browse files
authored
Merge pull request opencontainers#566 from wking/mount-link-whitespace
config: Quote whitespace in mount(8) links
2 parents a992b1b + 5d7721d commit 0bb7b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,6 @@ Here is a full example `config.json` for reference.
728728
[go-environment]: https://golang.org/doc/install/source#environment
729729
[runtime-namespace]: glossary.md#runtime-namespace
730730
[uts-namespace]: http://man7.org/linux/man-pages/man7/namespaces.7.html
731-
[mount.8-filesystem-independent]: http://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-INDEPENDENT_MOUNT OPTIONS
732-
[mount.8-filesystem-specific]: http://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-SPECIFIC_MOUNT OPTIONS
731+
[mount.8-filesystem-independent]: http://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-INDEPENDENT_MOUNT%20OPTIONS
732+
[mount.8-filesystem-specific]: http://man7.org/linux/man-pages/man8/mount.8.html#FILESYSTEM-SPECIFIC_MOUNT%20OPTIONS
733733
[mount.8]: http://man7.org/linux/man-pages/man8/mount.8.html

0 commit comments

Comments
 (0)