diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-05 05:26:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-06 18:41:47 +0100 |
commit | f54a78c89158435d2f06df96da9a7d432ce8c831 (patch) | |
tree | 047e5a378395e2c910900fb4dd16491d118cc176 /documentation/poky-ref-manual/faq.xml | |
parent | 2f4eecc60e03ca5b6fd4f6fd40f86f195709ccd3 (diff) | |
download | poky-f54a78c89158435d2f06df96da9a7d432ce8c831.tar.gz |
documentation: Fixed links for yocto-1.1
After greping through the documentation directory, I addressed
all the <ulink> 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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/faq.xml')
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 20 |
1 files changed, 10 insertions, 10 deletions
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 @@ | |||
33 | You can use a stand-alone tarball to provide Python 2.6. | 33 | You can use a stand-alone tarball to provide Python 2.6. |
34 | You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: | 34 | You can find pre-built 32 and 64-bit versions of Python 2.6 at the following locations: |
35 | <itemizedlist> | 35 | <itemizedlist> |
36 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-bit tarball</ulink></para></listitem> | 36 | <listitem><para><ulink url='http://www.yoctoproject.org/downloads/miscsupport/yocto-1.1-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-bit tarball</ulink></para></listitem> |
37 | <listitem><para><ulink url='http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-x86_64.tar.bz2'>64-bit tarball</ulink></para></listitem> | 37 | <listitem><para><ulink url='http://www.yoctoproject.org/downloads/miscsupport/yocto-1.1-python-nativesdk/python-nativesdk-standalone-x86_64.tar.bz2'>64-bit tarball</ulink></para></listitem> |
38 | </itemizedlist> | 38 | </itemizedlist> |
39 | </para> | 39 | </para> |
40 | <para> | 40 | <para> |
@@ -237,7 +237,7 @@ | |||
237 | <question> | 237 | <question> |
238 | <para> | 238 | <para> |
239 | I see lots of 404 responses for files on | 239 | I see lots of 404 responses for files on |
240 | <filename>http://autobuilder.yoctoproject.org/sources/*</filename>. Is something wrong? | 240 | <filename>http://www.yoctoproject.org/sources/*</filename>. Is something wrong? |
241 | </para> | 241 | </para> |
242 | </question> | 242 | </question> |
243 | <answer> | 243 | <answer> |
@@ -520,10 +520,10 @@ | |||
520 | configuration file: | 520 | configuration file: |
521 | <literallayout class='monospaced'> | 521 | <literallayout class='monospaced'> |
522 | PREMIRRORS_prepend = "\ | 522 | PREMIRRORS_prepend = "\ |
523 | git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 523 | git://.*/.* http://www.yoctoproject.org/sources/ \n \ |
524 | ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 524 | ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ |
525 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 525 | http://.*/.* http://www.yoctoproject.org/sources/ \n \ |
526 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | 526 | https://.*/.* http://www.yoctoproject.org/sources/ \n" |
527 | </literallayout> | 527 | </literallayout> |
528 | </para> | 528 | </para> |
529 | <para> | 529 | <para> |
@@ -564,9 +564,9 @@ | |||
564 | configuration file as long as the PREMIRROR server is up to date: | 564 | configuration file as long as the PREMIRROR server is up to date: |
565 | <literallayout class='monospaced'> | 565 | <literallayout class='monospaced'> |
566 | PREMIRRORS_prepend = "\ | 566 | PREMIRRORS_prepend = "\ |
567 | ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 567 | ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ |
568 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 568 | http://.*/.* http://www.yoctoproject.org/sources/ \n \ |
569 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | 569 | https://.*/.* http://www.yoctoproject.org/sources/ \n" |
570 | BB_FETCH_PREMIRRORONLY = "1" | 570 | BB_FETCH_PREMIRRORONLY = "1" |
571 | </literallayout> | 571 | </literallayout> |
572 | These changes would cause Poky to successfully fetch source over HTTP and | 572 | These changes would cause Poky to successfully fetch source over HTTP and |