Change links to HTTPS

Change links that has HTTPS equivalent to HTTPS.
This commit is contained in:
Marek Marczykowski-Górecki 2023-11-11 23:01:17 +01:00
parent 618b2b60da
commit 8ad2d93e23
No known key found for this signature in database
GPG key ID: F32894BE9684938A
5 changed files with 9 additions and 9 deletions

View file

@ -186,7 +186,7 @@ htmlhelp_basename = 'QubesOSdev'
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('http://docs.python.org/', None),
'python': ('https://docs.python.org/', None),
# 'core-admin': ('https://dev.qubes-os.org/projects/core-admin/en/latest/', None),
}