From 2c0db14f949a550c6b05c02ee372d8a09269aef7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 26 Dec 2018 16:02:44 -0800 Subject: ref-manual, overview-manual: Fixed BitBake User Manual links Some occurrences of links to the BitBake User Manual were using a target (i.e. &YOCTO_DOCS_BB_URL;#bitbake-user-manual). Using this form causes the mega-manual.sed file to not process the link correctly for the mega-manual. These are subtle errors and have probably existed for some time. I removed the target ID to fix the problem. (From yocto-docs rev: 701f61fd80e5103ee02efbe5eed9a8607ac9a336) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-concepts.xml | 4 ++-- documentation/ref-manual/resources.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 338a190ae2..c1c1fec267 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml @@ -82,7 +82,7 @@ This section briefly introduces BitBake. If you want more information on BitBake, see the - BitBake User Manual. + BitBake User Manual. @@ -1091,7 +1091,7 @@ Separate documentation exists for the BitBake tool. See the - BitBake User Manual + BitBake User Manual for reference material on BitBake. diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index be0469616c..6a0cee8a56 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml @@ -155,7 +155,7 @@ - BitBake User Manual: + BitBake User Manual: A comprehensive guide to the BitBake tool. If you want information on BitBake, see this manual. -- cgit v1.2.3-54-g00ecf