From 17c4134ebdbb43b01eced4feddbed6988998a6fa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Apr 2012 13:03:05 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Tarball: Use if you want the latest stable release: - $ wget &YOCTO_RELEASE_DL_URL;.&YOCTO_POKY_TARBALL; + $ wget &YOCTO_RELEASE_DL_URL;/&YOCTO_POKY_TARBALL; $ tar xvjf &YOCTO_POKY_TARBALL; Git Repository: -- cgit v1.2.3-54-g00ecf