diff options
-rw-r--r-- | documentation/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index bd45a73fa6..a64685ec9b 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -91,6 +91,7 @@ rst_prolog = """ | |||
91 | # external links and substitutions | 91 | # external links and substitutions |
92 | extlinks = { | 92 | extlinks = { |
93 | 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'), | 93 | 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'), |
94 | 'cve_mitre': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-%s'), | ||
94 | 'yocto_home': ('https://www.yoctoproject.org%s', None), | 95 | 'yocto_home': ('https://www.yoctoproject.org%s', None), |
95 | 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), | 96 | 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), |
96 | 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), | 97 | 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), |