aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-09-16 16:38:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:20:38 +0100
commit29081375659e3dcf1c578cd98ab2c8a2e9f07ca8 (patch)
tree6cd9e2e334cf0ff69807788cf1936a08f5dbb69a /doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
parenta0f37789493aeb1cd5e82c17459bfa4cf6c0ecd6 (diff)
downloadbitbake-29081375659e3dcf1c578cd98ab2c8a2e9f07ca8.tar.gz
bitbake-user-manual: fix bad links
The link errors were found with linkcheck command: (line 1958) broken https://docs.python.org/3/library/re.html#re - Anchor 're' not found (line 713) broken http://docs.python.org/3/library/re.html#re - Anchor 're' not found Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'doc/bitbake-user-manual/bitbake-user-manual-metadata.rst')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 12491c594..ec5d08590 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1962,7 +1962,7 @@ Other variables or names support Python's
`glob <https://docs.python.org/3/library/glob.html>`_ syntax,
`fnmatch <https://docs.python.org/3/library/fnmatch.html#module-fnmatch>`_
syntax, or
-`Regular Expression (re) <https://docs.python.org/3/library/re.html#re>`_
+`Regular Expression (re) <https://docs.python.org/3/library/re.html>`_
syntax.
For variables that have wildcard suport, the documentation describes