From 3c1f1b991300d50ebed88c521b6c865b89a0b90f Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Wed, 16 Sep 2020 16:38:15 +0200 Subject: bitbake: 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 (Bitbake rev: 29081375659e3dcf1c578cd98ab2c8a2e9f07ca8) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 2 +- bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index 12491c5947..ec5d08590e 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst @@ -1962,7 +1962,7 @@ Other variables or names support Python's `glob `_ syntax, `fnmatch `_ syntax, or -`Regular Expression (re) `_ +`Regular Expression (re) `_ syntax. For variables that have wildcard suport, the documentation describes diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index b82661c697..fb1b353c82 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst @@ -714,7 +714,7 @@ overview of their function and contents. compiler. Consequently, the syntax follows Python's Regular Expression (re) syntax. The expressions are compared against the full paths to the files. For complete syntax information, see Python's - documentation at http://docs.python.org/3/library/re.html#re. + documentation at http://docs.python.org/3/library/re.html. The following example uses a complete regular expression to tell BitBake to ignore all recipe and recipe append files in the -- cgit v1.2.3-54-g00ecf