Lines Matching full:https
7 # https://www.sphinx-doc.org/en/master/usage/configuration.html
93 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-'),
94 'yocto_home': ('https://www.yoctoproject.org%s', None),
95 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None),
96 'yocto_dl': ('https://downloads.yoctoproject.org%s', None),
97 'yocto_lists': ('https://lists.yoctoproject.org%s', None),
98 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None),
99 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
100 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
101 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None),
103 'oe_home': ('https://www.openembedded.org%s', None),
104 'oe_lists': ('https://lists.openembedded.org%s', None),
105 'oe_git': ('https://git.openembedded.org%s', None),
106 'oe_wiki': ('https://www.openembedded.org/wiki%s', None),
107 'oe_layerindex': ('https://layers.openembedded.org%s', None),
108 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None),
109 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None),
114 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)