summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 17:07:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:06 +0000
commit32703a4334112e4be481f1fd148e4a4bc4a99f75 (patch)
tree7a5f80abee5e9fefdd291541f094b990d3292686 /documentation/toaster-manual
parent2e0a818ba7760d69285cc942b244b999ba61cfb7 (diff)
downloadpoky-32703a4334112e4be481f1fd148e4a4bc4a99f75.tar.gz
toaster-manual: Fixed external links
Found four links going to the dev-manual that should have benn going to the ref-manual. These were for YP terms. Fixed them. (From yocto-docs rev: 0c75eda3a772d8c40e381e44e563a5b79b3d0cb5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-intro.xml2
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml2
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml2
-rw-r--r--documentation/toaster-manual/toaster-manual-start.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/toaster-manual-intro.xml b/documentation/toaster-manual/toaster-manual-intro.xml
index a408024d89..4e59e00780 100644
--- a/documentation/toaster-manual/toaster-manual-intro.xml
+++ b/documentation/toaster-manual/toaster-manual-intro.xml
@@ -7,7 +7,7 @@
7 7
8 <para> 8 <para>
9 Toaster is a web interface to the Yocto Project's 9 Toaster is a web interface to the Yocto Project's
10 <ulink url='&YOCTO_DOCS_DEV_URL;#build-system-term'>OpenEmbedded build system</ulink>. 10 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>.
11 The interface enables you to configure and run your builds. 11 The interface enables you to configure and run your builds.
12 Information about builds is collected and stored in a database. 12 Information about builds is collected and stored in a database.
13 You can use Toaster to configure and start builds on multiple 13 You can use Toaster to configure and start builds on multiple
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index 1f2f6a6e46..e984391fdf 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -677,7 +677,7 @@
677 created that are specific to Toaster and are used to control 677 created that are specific to Toaster and are used to control
678 configuration and back-end tasks. 678 configuration and back-end tasks.
679 You can locate these commands in the 679 You can locate these commands in the
680 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> 680 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
681 (e.g. <filename>poky</filename>) at 681 (e.g. <filename>poky</filename>) at
682 <filename>bitbake/lib/manage.py</filename>. 682 <filename>bitbake/lib/manage.py</filename>.
683 This section documents those commands. 683 This section documents those commands.
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index dc2a771a3d..c26a32a3d5 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -18,7 +18,7 @@
18 18
19 <para> 19 <para>
20 Navigate to the root of your 20 Navigate to the root of your
21 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> 21 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
22 (e.g. <filename>poky</filename>): 22 (e.g. <filename>poky</filename>):
23 <literallayout class='monospaced'> 23 <literallayout class='monospaced'>
24 $ cd poky 24 $ cd poky
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml
index b1a0d87151..65e057a83e 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -41,7 +41,7 @@
41 The requirements file is located in the 41 The requirements file is located in the
42 <filename>bitbake</filename> directory, which is located in the 42 <filename>bitbake</filename> directory, which is located in the
43 root directory of the 43 root directory of the
44 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> 44 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
45 (e.g. <filename>poky/bitbake/toaster-requirements.txt</filename>). 45 (e.g. <filename>poky/bitbake/toaster-requirements.txt</filename>).
46 The dependencies appear in a <filename>pip</filename>, 46 The dependencies appear in a <filename>pip</filename>,
47 install-compatible format. 47 install-compatible format.