dev-manual: Fixed broken link to WORKDIR variable.

(From yocto-docs rev: c239bd40e92cedee6301c176ff96821ea270fc39)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-04-15 10:25:26 -07:00
committed by Richard Purdie
parent 648a39c514
commit 4694436ff8

View File

@@ -12377,7 +12377,7 @@ Some notes from Cal:
<para>
If you want to force an up-to-date task to be rerun (e.g.
because you made manual modifications to the recipe's
<ulink linkend='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
<ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
that you want to try out), then you can use the
<filename>-f</filename> option.
<note>