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>
This commit is contained in:
Scott Rifenbark 2016-08-19 12:54:54 -07:00 committed by Richard Purdie
parent 3c77e18c81
commit 0d4510e733
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@
with the <filename>inherit</filename> directive, leaving the recipe
to describe just the things that are specific to the software to be
built.
A <ulink url='ref-classes-base'><filename>base</filename></ulink>
A <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-base'><filename>base</filename></ulink>
class exists that is implicitly inherited by all recipes and provides
the functionality that most typical recipes need.
</para>