From 7b478005e86e5816e252390da9ff57aaa1eb1071 Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose Date: Wed, 29 Nov 2023 22:44:33 +0530 Subject: [PATCH] Add redirection links for old OCI how-tos --- all-clouds/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all-clouds/conf.py b/all-clouds/conf.py index d8e0fff9..09cce604 100644 --- a/all-clouds/conf.py +++ b/all-clouds/conf.py @@ -3,8 +3,8 @@ # Set up redirects (https://documatt.gitlab.io/sphinx-reredirects/usage.html) # For example: "explanation/old-name.html": "../how-to/prettify.html", redirects = { - "oci/oci-how-to/create-chiselled-ubuntu-image": + "oci/oci-how-to/create-chiselled-ubuntu-image.html": "https://canonical-oci.readthedocs-hosted.com/en/latest/oci-how-to/create-chiselled-ubuntu-image/", - "oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster": + "oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster.html": "https://canonical-oci.readthedocs-hosted.com/en/latest/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster/" }