diff options
Diffstat (limited to 'documentation/conf.py')
-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 1bea180325..3015892d29 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -72,6 +72,7 @@ rst_prolog = """ | |||
72 | 72 | ||
73 | # external links and substitutions | 73 | # external links and substitutions |
74 | extlinks = { | 74 | extlinks = { |
75 | 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'), | ||
75 | 'yocto_home': ('https://www.yoctoproject.org%s', None), | 76 | 'yocto_home': ('https://www.yoctoproject.org%s', None), |
76 | 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), | 77 | 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), |
77 | 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), | 78 | 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), |