From 36a5aca8588a19ba47e3a7e1b1590d36e1f16935 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 15 Jun 2018 15:55:28 -0400 Subject: [PATCH] Update lfdocs links to https Save us on redirects when fetching the links. Change-Id: Ic0d5290159a4af5bea54444ba4f106cc28ce3480 Signed-off-by: Thanh Ha --- docs_conf/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs_conf/conf.py b/docs_conf/conf.py index f7a9fe2..22a9da0 100644 --- a/docs_conf/conf.py +++ b/docs_conf/conf.py @@ -107,10 +107,10 @@ else: htmlhelp_basename = cfg.get('htmlhelp_basename', 'DocsConf') intersphinx_mapping = { - 'common-packer': ('http://docs.releng.linuxfoundation.org/projects/common-packer/en/latest/', None), - 'global-jjb': ('http://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/', None), - 'lfdocs': ('http://docs.releng.linuxfoundation.org/en/latest/', None), - 'lfdocs-conf': ('http://docs.releng.linuxfoundation.org/projects/lfdocs-conf/en/latest/', None), - 'lftools': ('http://docs.releng.linuxfoundation.org/projects/lftools/en/latest/', None), + 'common-packer': ('https://docs.releng.linuxfoundation.org/projects/common-packer/en/latest/', None), + 'global-jjb': ('https://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/', None), + 'lfdocs': ('https://docs.releng.linuxfoundation.org/en/latest/', None), + 'lfdocs-conf': ('https://docs.releng.linuxfoundation.org/projects/lfdocs-conf/en/latest/', None), + 'lftools': ('https://docs.releng.linuxfoundation.org/projects/lftools/en/latest/', None), 'python': ('https://docs.python.org/', None), } -- 2.16.6