summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-start.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-27 17:38:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit424567d629b08785a6594d16427ee0fa8c31f384 (patch)
tree4985979745b1c5601f7a82c662042fb745bfd7db /documentation/toaster-manual/toaster-manual-start.rst
parent4bf6fc5281d1976ad7113c91a93995406cfab429 (diff)
downloadpoky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-start.rst')
-rw-r--r--documentation/toaster-manual/toaster-manual-start.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.rst b/documentation/toaster-manual/toaster-manual-start.rst
index 439952e15e..1114c04eab 100644
--- a/documentation/toaster-manual/toaster-manual-start.rst
+++ b/documentation/toaster-manual/toaster-manual-start.rst
@@ -28,8 +28,8 @@ Establishing Toaster System Dependencies
28Toaster requires extra Python dependencies in order to run. A Toaster 28Toaster requires extra Python dependencies in order to run. A Toaster
29requirements file named ``toaster-requirements.txt`` defines the Python 29requirements file named ``toaster-requirements.txt`` defines the Python
30dependencies. The requirements file is located in the ``bitbake`` 30dependencies. The requirements file is located in the ``bitbake``
31directory, which is located in the root directory of the `Source 31directory, which is located in the root directory of the
32Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. 32:term:`Source Directory` (e.g.
33``poky/bitbake/toaster-requirements.txt``). The dependencies appear in a 33``poky/bitbake/toaster-requirements.txt``). The dependencies appear in a
34``pip``, install-compatible format. 34``pip``, install-compatible format.
35 35