From 51b3d9dd5325e8e9ff64d6085c139bea2c2bcb21 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Oct 2011 05:26:52 -0700 Subject: documentation: Fixed links for yocto-1.1 After greping through the documentation directory, I addressed all the statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/extendpoky.xml | 2 +- documentation/poky-ref-manual/faq.xml | 20 ++++++++++---------- documentation/poky-ref-manual/introduction.xml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 33e397a5f5..30fce1459f 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -914,7 +914,7 @@ Experience shows that buildbot is a good fit for this role. What works well is to configure buildbot to make two types of builds: incremental and full (from scratch). - See the buildbot for the + See the buildbot for the Yocto Project for an example implementation that uses buildbot. diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 03b355d268..35ac845731 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -33,8 +33,8 @@ You can use a stand-alone tarball to provide Python 2.6. You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: - 32-bit tarball - 64-bit tarball + 32-bit tarball + 64-bit tarball @@ -237,7 +237,7 @@ I see lots of 404 responses for files on - http://autobuilder.yoctoproject.org/sources/*. Is something wrong? + http://www.yoctoproject.org/sources/*. Is something wrong? @@ -520,10 +520,10 @@ configuration file: PREMIRRORS_prepend = "\ - git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ - ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ - http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ - https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" + git://.*/.* http://www.yoctoproject.org/sources/ \n \ + ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ + http://.*/.* http://www.yoctoproject.org/sources/ \n \ + https://.*/.* http://www.yoctoproject.org/sources/ \n" @@ -564,9 +564,9 @@ configuration file as long as the PREMIRROR server is up to date: PREMIRRORS_prepend = "\ - ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ - http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ - https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" + ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ + http://.*/.* http://www.yoctoproject.org/sources/ \n \ + https://.*/.* http://www.yoctoproject.org/sources/ \n" BB_FETCH_PREMIRRORONLY = "1" These changes would cause Poky to successfully fetch source over HTTP and diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 3bf0604556..e2d49cdb99 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -106,7 +106,7 @@ Releases: Stable, tested releases are available through . Nightly Builds: These releases are available at - . + . These builds include Yocto Project releases, meta-toolchain tarballs, and experimental builds. Yocto Project Website: You can find releases -- cgit v1.2.3-54-g00ecf