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/" }