From 39810ff50509dcb90565f9b432c555f336f23604 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Apr 2018 09:33:03 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/tools/mega-manual.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/tools') diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index d4ec510352..427907bcd5 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -28,7 +28,7 @@ s/"ulink" href="http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toaste s/Yocto Project Quick Build<\/a>/Yocto Project Quick Build/g s/Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g s/Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g -s/Getting Started With Yocto Project Manual<\/a>/Getting Started With Yocto Project Manual/g +s/Getting Started With Yocto Project<\/a>/Getting Started With Yocto Project/g s/Yocto Project Concepts Manual<\/a>/Yocto Project Concepts Manual/g s/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g s/Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g -- cgit v1.2.3-54-g00ecf