diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-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 |