diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index fabd2d719..9fb2fc2de 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,14 +1,14 @@
 If you would like to contribute to the development of OpenStack, you must
 follow the steps in this page:
 
-   http://docs.openstack.org/infra/manual/developers.html
+   https://docs.openstack.org/infra/manual/developers.html
 
 If you already have a good understanding of how the system works and your
 OpenStack accounts are set up, you can skip to the development workflow
 section of this documentation to learn how changes to OpenStack should be
 submitted for review via the Gerrit tool:
 
-   http://docs.openstack.org/infra/manual/developers.html#development-workflow
+   https://docs.openstack.org/infra/manual/developers.html#development-workflow
 
 Pull requests submitted through GitHub will be ignored.
 
diff --git a/HACKING.rst b/HACKING.rst
index 1d18f84e8..fe6455563 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
 kuryr-kubernetes Style Commandments
 ===============================================
 
-Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
+Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
diff --git a/README.rst b/README.rst
index ee6b47f39..3013937ad 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
 Team and repository tags
 ========================
 
-.. image:: http://governance.openstack.org/badges/kuryr-kubernetes.svg
-    :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/badges/kuryr-kubernetes.svg
+    :target: https://governance.openstack.org/reference/tags/index.html
 
 .. Change things from this point on
 
@@ -19,9 +19,9 @@ OpenStack VMs and Kubernetes Pods on the same Neutron network if your workloads
 require it or to use different segments and, for example, route between them.
 
 * Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/kuryr-kubernetes
-* Source: http://git.openstack.org/cgit/openstack/kuryr-kubernetes
-* Bugs: http://bugs.launchpad.net/kuryr-kubernetes
+* Documentation: https://docs.openstack.org/developer/kuryr-kubernetes
+* Source: https://git.openstack.org/cgit/openstack/kuryr-kubernetes
+* Bugs: https://bugs.launchpad.net/kuryr-kubernetes
 * Overview and demo: http://superuser.openstack.org/articles/networking-kubernetes-kuryr
 
 
diff --git a/contrib/vagrant/README.md b/contrib/vagrant/README.md
index c28396262..4a30fc74e 100644
--- a/contrib/vagrant/README.md
+++ b/contrib/vagrant/README.md
@@ -58,7 +58,7 @@ Vagrant provisioning.
 For example, to use OVN as the Neutron plugin with Kuryr, you can create a
 "user_local.conf" with the following configuration:
 
-    enable_plugin networking-ovn http://git.openstack.org/openstack/networking-ovn
+    enable_plugin networking-ovn https://git.openstack.org/openstack/networking-ovn
     enable_service ovn-northd
     enable_service ovn-controller
     disable_service q-agt
diff --git a/devstack/devstackgaterc b/devstack/devstackgaterc
index fbba857ca..161e7ae3b 100644
--- a/devstack/devstackgaterc
+++ b/devstack/devstackgaterc
@@ -15,12 +15,12 @@
 # OpenStack CI job that runs DevStack + kuryr.  You can find the CI job
 # configuration here:
 #
-# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/kuryr.yaml
+# https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/kuryr.yaml
 #
 
 VARIANT=${1:-default}
 export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas"
-export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-kubernetes http://git.openstack.org/openstack/kuryr-kubernetes"
+export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-kubernetes https://git.openstack.org/openstack/kuryr-kubernetes"
 export DEVSTACK_LOCAL_CONFIG+=$'\n'"NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default"
 export OVERRIDE_ENABLED_SERVICES=neutron,q-svc,key,mysql,rabbit,docker,etcd,kubernetes-api,kubernetes-controller-manager,kubernetes-scheduler,kubelet,kuryr-kubernetes,q-lbaasv2
 
diff --git a/setup.cfg b/setup.cfg
index 13fe84e69..d9bf216cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
     README.rst
 author = OpenStack
 author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/kuryr-kubernetes/
+home-page = https://docs.openstack.org/developer/kuryr-kubernetes/
 classifier =
     Environment :: OpenStack
     Intended Audience :: Information Technology