diff options
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. |