diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-16 16:38:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:20:43 +0100 |
commit | 3c1f1b991300d50ebed88c521b6c865b89a0b90f (patch) | |
tree | ac01831bc6401749623678ae644a91a381aeb0f3 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |
parent | 9236e24105bd83739b7c6f90d33a6a86a0129fd2 (diff) | |
download | poky-3c1f1b991300d50ebed88c521b6c865b89a0b90f.tar.gz |
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 <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
714 | compiler. Consequently, the syntax follows Python's Regular | 714 | compiler. Consequently, the syntax follows Python's Regular |
715 | Expression (re) syntax. The expressions are compared against the full | 715 | Expression (re) syntax. The expressions are compared against the full |
716 | paths to the files. For complete syntax information, see Python's | 716 | paths to the files. For complete syntax information, see Python's |
717 | documentation at http://docs.python.org/3/library/re.html#re. | 717 | documentation at http://docs.python.org/3/library/re.html. |
718 | 718 | ||
719 | The following example uses a complete regular expression to tell | 719 | The following example uses a complete regular expression to tell |
720 | BitBake to ignore all recipe and recipe append files in the | 720 | BitBake to ignore all recipe and recipe append files in the |