summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/upgrading-recipes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/upgrading-recipes.rst')
-rw-r--r--documentation/dev-manual/upgrading-recipes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/upgrading-recipes.rst b/documentation/dev-manual/upgrading-recipes.rst
index 4fac78bdfb..2e65678679 100644
--- a/documentation/dev-manual/upgrading-recipes.rst
+++ b/documentation/dev-manual/upgrading-recipes.rst
@@ -203,7 +203,7 @@ As mentioned earlier, an alternative method for upgrading recipes to
203newer versions is to use 203newer versions is to use
204:doc:`devtool upgrade </ref-manual/devtool-reference>`. 204:doc:`devtool upgrade </ref-manual/devtool-reference>`.
205You can read about ``devtool upgrade`` in general in the 205You can read about ``devtool upgrade`` in general in the
206":ref:`sdk-manual/extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`" 206":ref:`dev-manual/devtool:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
207section in the Yocto Project Application Development and the Extensible 207section in the Yocto Project Application Development and the Extensible
208Software Development Kit (eSDK) Manual. 208Software Development Kit (eSDK) Manual.
209 209
@@ -333,7 +333,7 @@ Manually Upgrading a Recipe
333 333
334If for some reason you choose not to upgrade recipes using 334If for some reason you choose not to upgrade recipes using
335:ref:`dev-manual/upgrading-recipes:Using the Auto Upgrade Helper (AUH)` or 335:ref:`dev-manual/upgrading-recipes:Using the Auto Upgrade Helper (AUH)` or
336by :ref:`dev-manual/upgrading-recipes:Using \`\`devtool upgrade\`\``, 336by :ref:`dev-manual/upgrading-recipes:Using ``devtool upgrade```,
337you can manually edit the recipe files to upgrade the versions. 337you can manually edit the recipe files to upgrade the versions.
338 338
339.. note:: 339.. note::