From 68ad3661a31dd9c9213f62bf068a88cfa8150dc9 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 03:28:11 +0800 Subject: [PATCH] Change HTTP links to HTTPS Change-Id: I963c32407c109c840d59f4dcf945f2fc78e096f2 --- doc/source/contributor/metrics.rst | 2 +- doc/source/install/index.rst | 2 +- imagebuild/coreos/README.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/metrics.rst b/doc/source/contributor/metrics.rst index 8d960dcb5..5ff3841d1 100644 --- a/doc/source/contributor/metrics.rst +++ b/doc/source/contributor/metrics.rst @@ -50,4 +50,4 @@ ship them using the provided metrics library. For example:: References ========== For more information, please read the source of the metrics module in -`ironic-lib `_. +`ironic-lib `_. diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 9f72253af..451703343 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -12,7 +12,7 @@ CoreOS ------ One way to build a ramdisk image for IPA is with the CoreOS image [0]_. Prebuilt copies of the CoreOS image, suitable for pxe, are available on -`tarballs.openstack.org `__. +`tarballs.openstack.org `__. Build process ~~~~~~~~~~~~~ diff --git a/imagebuild/coreos/README.rst b/imagebuild/coreos/README.rst index 06f9bd3b0..09867854b 100644 --- a/imagebuild/coreos/README.rst +++ b/imagebuild/coreos/README.rst @@ -61,9 +61,9 @@ Download If you don't want to build your own image, you can download a copy of ironic-python-agent ramdisk and kernel, built using CoreOS, at: -http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe-master.vmlinuz +https://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe-master.vmlinuz and -http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem-master.cpio.gz +https://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem-master.cpio.gz "master" may be replaced with "stable-$branch" (e.g. "stable-mitaka") to download an image built from the stable/$branch (e.g. stable/mitaka) version