diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-20 09:53:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:20 +0000 |
commit | 986e2902d9c7e040bc6d78398bef065f32a4b30d (patch) | |
tree | 5074fc8fc357cc31dde2f5c264760ad513ecc199 /documentation/ref-manual/ref-devtool-reference.rst | |
parent | e59787249e90b017d970818643cb1bd1d08f28a7 (diff) | |
download | poky-986e2902d9c7e040bc6d78398bef065f32a4b30d.tar.gz |
ref-manual: replace labels with references to section title
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-devtool-reference.rst')
-rw-r--r-- | documentation/ref-manual/ref-devtool-reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/ref-devtool-reference.rst index 3f95f8d702..93fd1465f9 100644 --- a/documentation/ref-manual/ref-devtool-reference.rst +++ b/documentation/ref-manual/ref-devtool-reference.rst | |||
@@ -413,7 +413,7 @@ Upgrading a Recipe | |||
413 | As software matures, upstream recipes are upgraded to newer versions. As | 413 | As software matures, upstream recipes are upgraded to newer versions. As |
414 | a developer, you need to keep your local recipes up-to-date with the | 414 | a developer, you need to keep your local recipes up-to-date with the |
415 | upstream version releases. Several methods exist by which you can | 415 | upstream version releases. Several methods exist by which you can |
416 | upgrade recipes. You can read about them in the ":ref:`gs-upgrading-recipes`" | 416 | upgrade recipes. You can read about them in the ":ref:`dev-manual/dev-manual-common-tasks:upgrading recipes`" |
417 | section of the Yocto Project Development Tasks Manual. This section | 417 | section of the Yocto Project Development Tasks Manual. This section |
418 | overviews the ``devtool upgrade`` command. | 418 | overviews the ``devtool upgrade`` command. |
419 | 419 | ||
@@ -441,7 +441,7 @@ You can read more on the ``devtool upgrade`` workflow in the | |||
441 | ":ref:`sdk-manual/sdk-extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" | 441 | ":ref:`sdk-manual/sdk-extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" |
442 | section in the Yocto Project Application Development and the Extensible | 442 | section in the Yocto Project Application Development and the Extensible |
443 | Software Development Kit (eSDK) manual. You can also see an example of | 443 | Software Development Kit (eSDK) manual. You can also see an example of |
444 | how to use ``devtool upgrade`` in the ":ref:`gs-using-devtool-upgrade`" | 444 | how to use ``devtool upgrade`` in the ":ref:`dev-manual/dev-manual-common-tasks:using \`\`devtool upgrade\`\``" |
445 | section in the Yocto Project Development Tasks Manual. | 445 | section in the Yocto Project Development Tasks Manual. |
446 | 446 | ||
447 | .. _devtool-resetting-a-recipe: | 447 | .. _devtool-resetting-a-recipe: |