summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-10 13:03:05 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-12 12:35:47 +0100
commit17c4134ebdbb43b01eced4feddbed6988998a6fa (patch)
tree74724e9b11703ee78481027ee8606d9402fb751e /documentation/yocto-project-qs
parenta9be1accab8bb48c775ae8c00bf4e8b95229b62a (diff)
downloadpoky-17c4134ebdbb43b01eced4feddbed6988998a6fa.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: fixed URL
In the "Super User" section I had the URL for the wget command wrong. Replaced the "." character with a "/" character. (From yocto-docs rev: 87ec41694d6665c0dbaaab94679b1f22335aa070) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.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 dbec5ecb4c..9ab11a5f1d 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -711,7 +711,7 @@
711 <listitem><para><emphasis>Tarball:</emphasis> 711 <listitem><para><emphasis>Tarball:</emphasis>
712 Use if you want the latest stable release: 712 Use if you want the latest stable release:
713 <literallayout class='monospaced'> 713 <literallayout class='monospaced'>
714 $ wget &YOCTO_RELEASE_DL_URL;.&YOCTO_POKY_TARBALL; 714 $ wget &YOCTO_RELEASE_DL_URL;/&YOCTO_POKY_TARBALL;
715 $ tar xvjf &YOCTO_POKY_TARBALL; 715 $ tar xvjf &YOCTO_POKY_TARBALL;
716 </literallayout></para></listitem> 716 </literallayout></para></listitem>
717 <listitem><para><emphasis>Git Repository:</emphasis> 717 <listitem><para><emphasis>Git Repository:</emphasis>