diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-14 06:59:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:43 +0100 |
commit | f42d8f4cf00d97ffc0038276893ba5d21a8a1599 (patch) | |
tree | 9c66aac142661c8137144d4f419fd99d56d3184e /documentation/ref-manual/ref-features.xml | |
parent | 84d97de54a9996f56fa3ba646bbae4e65f596a61 (diff) | |
download | poky-f42d8f4cf00d97ffc0038276893ba5d21a8a1599.tar.gz |
documentation: Fixed links for "metadata" term.
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from the dev-manual
to the ref-manual broke the links to the "Metadata" term.
I fixed these.
(From yocto-docs rev: 190da4b4d44952d141db26ca72b5bc1a52d77023)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 7e1c5ef2f1..551db6535a 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -36,7 +36,7 @@ | |||
36 | <para> | 36 | <para> |
37 | One method you can use to determine which recipes are checking to see if a | 37 | One method you can use to determine which recipes are checking to see if a |
38 | particular feature is contained or not is to <filename>grep</filename> through | 38 | particular feature is contained or not is to <filename>grep</filename> through |
39 | the <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> | 39 | the <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> |
40 | for the feature. | 40 | for the feature. |
41 | Here is an example that discovers the recipes whose build is potentially | 41 | Here is an example that discovers the recipes whose build is potentially |
42 | changed based on a given feature: | 42 | changed based on a given feature: |