diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-28 09:44:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:14 +0100 |
commit | b7356ec7f9634f2e47579459eb66f0d23739bc51 (patch) | |
tree | fd8af1f366c5f3e7181309ad8d4c69128bf251ec /documentation/dev-manual | |
parent | ba6887404aa400bbed125dce3614399e42438f26 (diff) | |
download | poky-b7356ec7f9634f2e47579459eb66f0d23739bc51.tar.gz |
dev-manual: Fixed poor cross-reference
Was referencing the "Building Images" section when should have
been referencing the "Images" section in the ref-manual.
(From yocto-docs rev: 7340b358d57c110240e75c1164226144065120b7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7715e35483..71d765089e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4725,8 +4725,8 @@ | |||
4725 | Further steps to generate a partitioned image | 4725 | Further steps to generate a partitioned image |
4726 | are the same as for any other image type. | 4726 | are the same as for any other image type. |
4727 | For information on image types, see the | 4727 | For information on image types, see the |
4728 | "<link linkend='building-images'>Building Images</link>" | 4728 | "<ulink url='ref-images'>Images</ulink>" |
4729 | section. | 4729 | section in the Yocto Project Reference Manual. |
4730 | </para> | 4730 | </para> |
4731 | </section> | 4731 | </section> |
4732 | 4732 | ||