Skip to content

Commit a7d47e5

Browse files
romualdJiri Kosina
authored andcommitted
docs: Add reference in binfmt-misc.rst
While looking at the binfmt-misc documentation I noticed that there is a reference to the “java” example that could be a direct link. This patch simply adds the link without changing the HTML output. Signed-off-by: Romuald Brunet <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 80ebc42 commit a7d47e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/admin-guide/binfmt-misc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ Hints
140140
-----
141141

142142
If you want to pass special arguments to your interpreter, you can
143-
write a wrapper script for it. See Documentation/admin-guide/java.rst for an
144-
example.
143+
write a wrapper script for it.
144+
See :doc:`Documentation/admin-guide/java.rst <./java>` for an example.
145145

146146
Your interpreter should NOT look in the PATH for the filename; the kernel
147147
passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can

0 commit comments

Comments
 (0)