From: Scott Rifenbark Date: Thu, 27 Dec 2018 00:02:44 +0000 (-0800) Subject: ref-manual, overview-manual: Fixed BitBake User Manual links X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c0db14f949a550c6b05c02ee372d8a09269aef7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 338a190ae23..c1c1fec2673 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 be0469616ca..6a0cee8a56f 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.