diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-31 17:58:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | f3e7db78adf417231ce29eb6a9a28a74857a2954 (patch) | |
tree | c6faab74fc9b7b2d368bd610486065f3ab53e580 /documentation/ref-manual/resources.rst | |
parent | 18df4a836845c6d7dec389a95623a472c19acdfe (diff) | |
download | poky-f3e7db78adf417231ce29eb6a9a28a74857a2954.tar.gz |
sphinx: add links to section in the Bitbake manual
Use intersphinx extension to replace links to the Bitbake manual with
proper cross references.
(From yocto-docs rev: 458a6e540a2286ac838812d802306806f77b885c)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/resources.rst')
-rw-r--r-- | documentation/ref-manual/resources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index b443cbfb79..c5ddcca97f 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst | |||
@@ -123,7 +123,7 @@ Here is a list of resources you might find helpful: | |||
123 | - `BitBake <http://www.openembedded.org/wiki/BitBake>`__\ *:* The tool | 123 | - `BitBake <http://www.openembedded.org/wiki/BitBake>`__\ *:* The tool |
124 | used to process metadata. | 124 | used to process metadata. |
125 | 125 | ||
126 | - `BitBake User Manual <&YOCTO_DOCS_BB_URL;>`__\ *:* A comprehensive | 126 | - :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive |
127 | guide to the BitBake tool. If you want information on BitBake, see | 127 | guide to the BitBake tool. If you want information on BitBake, see |
128 | this manual. | 128 | this manual. |
129 | 129 | ||