doc: bitbake-user-manual: add explicit target for crates fetcher

Message ID 20220621174323.2654545-1-michael.opdenacker@bootlin.com
State Accepted, archived
Commit c9bab35f6aecbf85ee1a19a7b70e15a80b42471f
Headers show
Series doc: bitbake-user-manual: add explicit target for crates fetcher | expand

Commit Message

Michael Opdenacker June 21, 2022, 5:43 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Like in other sections describing fetchers

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index f9d9e617..ea8a8aa7 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -688,6 +688,8 @@  Here is an example URL::
 
 It can also be used when setting mirrors definitions using the :term:`PREMIRRORS` variable.
 
+.. _crate-fetcher:
+
 Crate Fetcher (``crate://``)
 ----------------------------