diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-20 10:39:24 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:43 -0800 |
commit | 4110fa7f7e6272f9e88ff79118828d455b1f0c58 (patch) | |
tree | 892852b548e25ee4eab3abd7f998c71cd72f3541 /documentation/poky-ref-manual/faq.xml | |
parent | a9195b242fb641ad7f73a9dfa371d90a32e9d0f2 (diff) | |
download | poky-4110fa7f7e6272f9e88ff79118828d455b1f0c58.tar.gz |
documentation/poky-ref-manual/faq.xml: Fixed links to python
The links to the 32-bit and 64-bit Python tarballs in
miscsupport were broken. I fixed them.
(From yocto-docs rev: cc50d1ea3155cf1dd8d060c2c361b99b4f7d0d8e)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 35ac845731..669b2d5aa5 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://www.yoctoproject.org/downloads/miscsupport/yocto-1.1-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-bit tarball</ulink></para></listitem> | 36 | <listitem><para><ulink url='http://downloads.yoctoproject.org/releases/miscsupport/yocto-1.0-python-nativesdk/python-nativesdk-standalone-i686.tar.bz2'>32-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> | 37 | <listitem><para><ulink url='http://downloads.yoctoproject.org/releases/miscsupport/yocto-1.0-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> |