diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-08-15 15:09:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:48 +0100 |
commit | 29988879addf0b5962d770723cc68840d9b0d6e8 (patch) | |
tree | 618f1947a79c42fd7bebae8c67219eeb75bb7057 /documentation/yocto-project-qs | |
parent | d8b1b09455e4d0c5550e42741ac23d5bf9e49aef (diff) | |
download | poky-29988879addf0b5962d770723cc68840d9b0d6e8.tar.gz |
yocto-project-qs: Fixed broken links to "Source Directory"
These references now go to the ref-manual and not the
dev-manual.
(From yocto-docs rev: e58681488c307ba1daf2e10423e56b7d3ec486b8)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index e278b1be86..a2c183341a 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -566,7 +566,7 @@ | |||
566 | <listitem><para> | 566 | <listitem><para> |
567 | <emphasis>Check Out Your Branch:</emphasis> | 567 | <emphasis>Check Out Your Branch:</emphasis> |
568 | Be sure you are in the | 568 | Be sure you are in the |
569 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 569 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> |
570 | (e.g. <filename>poky</filename>) and then check out | 570 | (e.g. <filename>poky</filename>) and then check out |
571 | the branch associated with the latest Yocto Project | 571 | the branch associated with the latest Yocto Project |
572 | Release: | 572 | Release: |
@@ -597,7 +597,7 @@ | |||
597 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>, | 597 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>, |
598 | which is <filename>build</filename> in this case | 598 | which is <filename>build</filename> in this case |
599 | and is located in the | 599 | and is located in the |
600 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 600 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. |
601 | After the script runs, your current working directory | 601 | After the script runs, your current working directory |
602 | is set to the Build Directory. | 602 | is set to the Build Directory. |
603 | Later, when the build completes, the Build Directory | 603 | Later, when the build completes, the Build Directory |
@@ -774,7 +774,7 @@ | |||
774 | <filename>meta-intel</filename> layer. | 774 | <filename>meta-intel</filename> layer. |
775 | Use the <filename>git clone</filename> command to create | 775 | Use the <filename>git clone</filename> command to create |
776 | a local copy of the repository inside your | 776 | a local copy of the repository inside your |
777 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, | 777 | <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>, |
778 | which is <filename>poky</filename> in this example: | 778 | which is <filename>poky</filename> in this example: |
779 | <literallayout class='monospaced'> | 779 | <literallayout class='monospaced'> |
780 | $ cd $HOME/poky | 780 | $ cd $HOME/poky |