summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-19 12:54:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-25 23:09:28 +0100
commit0d4510e7332a1b6e8c8a47b879adbc0a0a395108 (patch)
treea0cbb4b203d5c038358f231b5f8b100ce9f665c1 /documentation/sdk-manual
parent3c77e18c8165c95aa57e709de1c0c80cbeb538ab (diff)
downloadpoky-0d4510e7332a1b6e8c8a47b879adbc0a0a395108.tar.gz
sdk-manual: Fixed a broken link to the "base" class
(From yocto-docs rev: 22eba313276ea95030634eef8632e4e05cb1e484) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 4210d15333..be80621b07 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -997,7 +997,7 @@
997 with the <filename>inherit</filename> directive, leaving the recipe 997 with the <filename>inherit</filename> directive, leaving the recipe
998 to describe just the things that are specific to the software to be 998 to describe just the things that are specific to the software to be
999 built. 999 built.
1000 A <ulink url='ref-classes-base'><filename>base</filename></ulink> 1000 A <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-base'><filename>base</filename></ulink>
1001 class exists that is implicitly inherited by all recipes and provides 1001 class exists that is implicitly inherited by all recipes and provides
1002 the functionality that most typical recipes need. 1002 the functionality that most typical recipes need.
1003 </para> 1003 </para>