summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-customizing.rst2
-rw-r--r--documentation/sdk-manual/sdk-extensible.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-customizing.rst b/documentation/sdk-manual/sdk-appendix-customizing.rst
index 5a33f6385e..97ade0801d 100644
--- a/documentation/sdk-manual/sdk-appendix-customizing.rst
+++ b/documentation/sdk-manual/sdk-appendix-customizing.rst
@@ -87,7 +87,7 @@ adjustments:
87 following: 87 following:
88 88
89 - After ensuring the tasks are :ref:`shared 89 - After ensuring the tasks are :ref:`shared
90 state <overview-manual/overview-manual-concepts:shared state cache>` tasks (i.e. the 90 state <overview-manual/concepts:shared state cache>` tasks (i.e. the
91 output of the task is saved to and can be restored from the shared 91 output of the task is saved to and can be restored from the shared
92 state cache) or ensuring the tasks are able to be produced quickly 92 state cache) or ensuring the tasks are able to be produced quickly
93 from a task that is a shared state task, add the task name to the 93 from a task that is a shared state task, add the task name to the
diff --git a/documentation/sdk-manual/sdk-extensible.rst b/documentation/sdk-manual/sdk-extensible.rst
index 14ad23ba8f..c94213d6ca 100644
--- a/documentation/sdk-manual/sdk-extensible.rst
+++ b/documentation/sdk-manual/sdk-extensible.rst
@@ -183,7 +183,7 @@ system.
183 part of an image built using the build system. 183 part of an image built using the build system.
184 184
185The ``devtool`` command line is organized similarly to 185The ``devtool`` command line is organized similarly to
186:ref:`overview-manual/overview-manual-development-environment:git` in that it has a number of 186:ref:`overview-manual/development-environment:git` in that it has a number of
187sub-commands for each function. You can run ``devtool --help`` to see 187sub-commands for each function. You can run ``devtool --help`` to see
188all the commands. 188all the commands.
189 189