From 4b2b72f733339b9776fb4132b61f48a3470de01a Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose Date: Wed, 29 Nov 2023 17:37:13 +0530 Subject: [PATCH] Revert all clouds link redirection trial for OCI --- 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 24605d00..d8e0fff9 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-how-to/create-chiselled-ubuntu-image": + "oci/oci-how-to/create-chiselled-ubuntu-image": "https://canonical-oci.readthedocs-hosted.com/en/latest/oci-how-to/create-chiselled-ubuntu-image/", - "oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster": + "oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster": "https://canonical-oci.readthedocs-hosted.com/en/latest/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster/" }