diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-15 12:51:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:59:58 +0100 |
commit | 8eb63b6f137bd65635640c79697b7d1b132b8773 (patch) | |
tree | 0786d0cf20ac6cc28265072abd075aa743d9062e /documentation | |
parent | 468f2ff3cbf9b72187d52fe954c2e4b9478a2abd (diff) | |
download | poky-8eb63b6f137bd65635640c79697b7d1b132b8773.tar.gz |
documentation/adt-manual/adt-prepare.xml: fixed broken cross-link.
(From yocto-docs rev: 90f6bd0aff8346df24d691e0c9424a0a99af2095)
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/adt-manual/adt-prepare.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 094ae01cb6..77e3fd95eb 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -19,7 +19,8 @@ | |||
19 | The following list describes how you can install the ADT, which includes the cross-toolchain. | 19 | The following list describes how you can install the ADT, which includes the cross-toolchain. |
20 | Regardless of the installation you choose, you must <filename>source</filename> the cross-toolchain | 20 | Regardless of the installation you choose, you must <filename>source</filename> the cross-toolchain |
21 | environment setup script before you use the toolchain. | 21 | environment setup script before you use the toolchain. |
22 | See the "<link linkend='setting-up-the-environment'>Setting Up the Environment</link>" | 22 | See the "<link linkend='setting-up-the-cross-development-environment'>Setting Up the |
23 | Cross-Development Environment</link>" | ||
23 | section for more information. | 24 | section for more information. |
24 | <itemizedlist> | 25 | <itemizedlist> |
25 | <listitem><para><emphasis>Use the ADT Installer Script:</emphasis> | 26 | <listitem><para><emphasis>Use the ADT Installer Script:</emphasis> |