summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index f2ba859c3d..15964b1758 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -716,7 +716,7 @@
716 <listitem><para><emphasis>Git Repository:</emphasis> 716 <listitem><para><emphasis>Git Repository:</emphasis>
717 Use if you want to work with cutting edge development content: 717 Use if you want to work with cutting edge development content:
718 <literallayout class='monospaced'> 718 <literallayout class='monospaced'>
719 $ git clone &YOCTO_GIT_URL;/poky.git 719 $ git clone git://git.yoctoproject.org/poky
720 </literallayout></para></listitem> 720 </literallayout></para></listitem>
721 </itemizedlist> 721 </itemizedlist>
722 The remainder of the section assumes the Git repository method. 722 The remainder of the section assumes the Git repository method.