diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-06-15 18:55:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-19 16:54:01 +0100 |
commit | 7a9b74e9d2a5cf3b1fb3ac7565c50eae6e0d4632 (patch) | |
tree | 5addec106ed90163cc9e9589ec15c7522045351a /documentation/sdk-manual/working-projects.rst | |
parent | 93858159653134b16ce61039f8752b45aec7cf23 (diff) | |
download | poky-7a9b74e9d2a5cf3b1fb3ac7565c50eae6e0d4632.tar.gz |
sdk-manual: fix broken references
Detected by running:
git grep "^[\ ]*\" section" | grep -v "\`"
(From yocto-docs rev: 1e4909304a7e04fa707633b58c5e0d68a67d353a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/working-projects.rst')
-rw-r--r-- | documentation/sdk-manual/working-projects.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index ad84ce2b87..c482c38c70 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -135,9 +135,8 @@ project: | |||
135 | 135 | ||
136 | To learn about environment variables established when you run the | 136 | To learn about environment variables established when you run the |
137 | cross-toolchain environment setup script and how they are used or | 137 | cross-toolchain environment setup script and how they are used or |
138 | overridden when the Makefile, see the " | 138 | overridden when the Makefile, see the |
139 | Makefile-Based Projects | 139 | :ref:`sdk-manual/working-projects:makefile-based projects` section. |
140 | " section. | ||
141 | 140 | ||
142 | This next command is a simple way to verify the installation of your | 141 | This next command is a simple way to verify the installation of your |
143 | project. Running the command prints the architecture on which the | 142 | project. Running the command prints the architecture on which the |