diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-13 17:47:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:42 +0100 |
commit | 74bf586c940d20fc5546a60a290545c7c0edecb0 (patch) | |
tree | 5887ef777422efab49cc0ff37de17cd736faa242 /documentation/toaster-manual/toaster-manual-setup-and-use.xml | |
parent | b8b87dd690ef2f828c21937ec82c2d1dab405734 (diff) | |
download | poky-74bf586c940d20fc5546a60a290545c7c0edecb0.tar.gz |
documentation: Fixed links for "build-directory" term.
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from the dev-manual to the
ref-manual broke several links to the id "build-directory". I fixed
these to reference into the ref-manual now.
(From yocto-docs rev: debe2ae8ce203ebe0f1cee0de54124c15df8bb7e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 966c35d4d3..77291c1eea 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -145,7 +145,7 @@ | |||
145 | <listitem><para> | 145 | <listitem><para> |
146 | From the directory containing the Toaster database, | 146 | From the directory containing the Toaster database, |
147 | which by default is the | 147 | which by default is the |
148 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, | 148 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>, |
149 | invoke the <filename>createsuperuser</filename> command | 149 | invoke the <filename>createsuperuser</filename> command |
150 | from <filename>manage.py</filename>: | 150 | from <filename>manage.py</filename>: |
151 | <literallayout class='monospaced'> | 151 | <literallayout class='monospaced'> |
@@ -378,7 +378,7 @@ | |||
378 | <para> | 378 | <para> |
379 | This line also runs the <filename>checksettings</filename> | 379 | This line also runs the <filename>checksettings</filename> |
380 | command, which configures the location of the Toaster | 380 | command, which configures the location of the Toaster |
381 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build directory</ulink>. | 381 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build directory</ulink>. |
382 | The Toaster root directory <filename>TOASTER_DIR</filename> | 382 | The Toaster root directory <filename>TOASTER_DIR</filename> |
383 | determines where the Toaster build directory | 383 | determines where the Toaster build directory |
384 | is created on the file system. | 384 | is created on the file system. |