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-01-30 16:06:01 +0000 |
| commit | fe40f117c1154ee148e4ddcc512da031e43fbc0d (patch) | |
| tree | 544378d2f265e5cfd99e7c9347623a5b56b9f087 /documentation | |
| parent | 0550d8c73e67684b66e55ecf02af753dffca240b (diff) | |
| download | poky-fe40f117c1154ee148e4ddcc512da031e43fbc0d.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: 6dd820fe8e3d22329a4d6e4edcbba72bf70841c4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -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> |
