diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-09 09:33:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:09 +0100 |
commit | aa3275e9535930a7d899464514bd78aba235e3d1 (patch) | |
tree | dcf460ec7dfc17544c7e3495ec296ac2538ddb32 /documentation/kernel-dev/kernel-dev-concepts-appx.xml | |
parent | ef25f6b9502306af7c8a3ef4ac2c1d056a107005 (diff) | |
download | poky-aa3275e9535930a7d899464514bd78aba235e3d1.tar.gz |
documentation: Fixed "Getting Started" manual links
There was inconsistent use when referencing the getting-started
manual. The manual's name does not include the word
"Manual". So, I cleaned this up across the manual set and
also in the mega-manual.sed file, which was incorrectly
processing the links to that manual that do not target a
specific section.
(From yocto-docs rev: 0f5321416f7ec50cb6c96cccb7c87ef191a25367)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-concepts-appx.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml index 19e9fa994a..9105f43aef 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml | |||
@@ -241,7 +241,7 @@ | |||
241 | applies to the Yocto Project in the | 241 | applies to the Yocto Project in the |
242 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" | 242 | "<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" |
243 | section in the Getting Started With Yocto Project | 243 | section in the Getting Started With Yocto Project |
244 | Manual. | 244 | manual. |
245 | The latter reference provides an overview of | 245 | The latter reference provides an overview of |
246 | Git and presents a minimal set of Git commands | 246 | Git and presents a minimal set of Git commands |
247 | that allows you to be functional using Git. | 247 | that allows you to be functional using Git. |