From 0a3d933c89b6934f5db5f3cb8f1eaf8dbf307929 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 Jan 2018 12:17:03 -0800 Subject: [PATCH] mega-manual.sed: Fixed string for sdk-manual links This string was not changed to reflect the new sdk-manual title. I updated the string so that the links render correctly in the mega-manual. (From yocto-docs rev: 2e4cf995a8c3d1f9ed072911eea43930f27ff771) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/tools/mega-manual.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tools/mega-manual.sed b/documentation/tools/mega-manual.sed index 20333b82c5..8e4f949c39 100644 --- a/documentation/tools/mega-manual.sed +++ b/documentation/tools/mega-manual.sed @@ -25,7 +25,7 @@ s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.4.1\/yocto-project-qs\ # Process cases where just an external manual is referenced without an id anchor 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/Yocto Project Software Development Kit (SDK) Developer's Guide<\/a>/Yocto Project Software Development Kit (SDK) Developer's Guide/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 s/Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g s/Yocto Project Linux Kernel Development Manual<\/a>/Yocto Project Linux Kernel Development Manual/g