diff options
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index dc99c5494c..146f95d9e4 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -86,7 +86,7 @@ | |||
86 | <filename>meta/recipes-*/</filename> directory within Poky. | 86 | <filename>meta/recipes-*/</filename> directory within Poky. |
87 | Adding extra content to <filename>BBFILES</filename> is best achieved through the use of | 87 | Adding extra content to <filename>BBFILES</filename> is best achieved through the use of |
88 | BitBake layers as described in the | 88 | BitBake layers as described in the |
89 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Development Manual. | 89 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section of the Yocto Project Development Manual. |
90 | </para> | 90 | </para> |
91 | 91 | ||
92 | <para> | 92 | <para> |
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index eb64280734..840c9e3e7a 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -39,7 +39,7 @@ | |||
39 | BitBake knows how to combine multiple data sources together and refers to each data source | 39 | BitBake knows how to combine multiple data sources together and refers to each data source |
40 | as a layer. | 40 | as a layer. |
41 | For information on layers, see the | 41 | For information on layers, see the |
42 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" | 42 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
43 | section of the Yocto Project Development Manual. | 43 | section of the Yocto Project Development Manual. |
44 | </para> | 44 | </para> |
45 | 45 | ||