diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-30 07:54:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:57 +0000 |
commit | 0ef2170a2b6ebe3fe075c6d6c1948de9dfe792b8 (patch) | |
tree | efc4dccec779d8298a0d51e9013e98764c4e083f | |
parent | c9cf0cf498d04a21f7e4ade48f157eff73a0d81f (diff) | |
download | poky-0ef2170a2b6ebe3fe075c6d6c1948de9dfe792b8.tar.gz |
ref-manual: Updated link to build tools.
The link had a hard-coded 1.5 in it. I replaced it with a
&DISTRO variable that resolves to the release.
(From yocto-docs rev: ce7ae7131a7e1d79bbc67e82cb5232a6ffbaa324)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index b1a5c0e175..3e071baebd 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -358,7 +358,7 @@ | |||
358 | <para> | 358 | <para> |
359 | If downloading a pre-built tarball, locate the | 359 | If downloading a pre-built tarball, locate the |
360 | <filename>*.sh</filename> at | 360 | <filename>*.sh</filename> at |
361 | <ulink url='&YOCTO_DL_URL;/releases/yocto/yocto-1.5/buildtools/'></ulink>. | 361 | <ulink url='&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;/buildtools/'></ulink>. |
362 | </para> | 362 | </para> |
363 | 363 | ||
364 | <para> | 364 | <para> |