diff --git a/conf.py b/conf.py index 1a6582de..a5334a59 100644 --- a/conf.py +++ b/conf.py @@ -193,4 +193,27 @@ # Set up redirects (https://documatt.gitlab.io/sphinx-reredirects/usage.html) # For example: "explanation/old-name.html": "../how-to/prettify.html", -redirects = {} +redirects = { + "aws/aws-how-to/automatically-update-ubuntu-instances": + "aws/aws-how-to/instances/automatically-update-ubuntu-instances/", + "aws/aws-how-to/build-cloudformation-templates": + "aws/aws-how-to/instances/build-cloudformation-templates/", + "aws/aws-how-to/build-pro-ami-using-packer": + "aws/aws-how-to/instances/build-pro-ami-using-packer/", + "aws/aws-how-to/find-ubuntu-images": + "aws/aws-how-to/instances/find-ubuntu-images/", + "aws/aws-how-to/launch-ubuntu-desktop": + "aws/aws-how-to/instances/launch-ubuntu-desktop/", + "aws/aws-how-to/upgrade-from-focal-to-jammy": + "aws/aws-how-to/instances/upgrade-from-focal-to-jammy/", + + "aws/aws-how-to/deploy-charmed-kubernetes-on-ubuntu-pro": + "aws/aws-how-to/kubernetes/deploy-charmed-kubernetes-on-ubuntu-pro/", + "aws/aws-how-to/deploy-ubuntu-pro-cluster": + "aws/aws-how-to/kubernetes/deploy-ubuntu-pro-cluster/", + "aws/aws-how-to/enable-gpus-on-eks": + "aws/aws-how-to/kubernetes/enable-gpus-on-eks/", + + "aws/aws-how-to/use-secureboot-and-vtpm": + "aws/aws-how-to/security/use-secureboot-and-vtpm/" +} diff --git a/oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster.rst b/oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster.rst index f58674f9..26afadee 100644 --- a/oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster.rst +++ b/oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster.rst @@ -23,7 +23,7 @@ Deploying Pro Kubernetes clusters in various clouds .. tab:: EKS - Check out :doc:`aws:aws-how-to/deploy-ubuntu-pro-cluster` to learn + Check out :doc:`aws:aws-how-to/kubernetes/deploy-ubuntu-pro-cluster` to learn how to deploy an Ubuntu Pro Kubernetes cluster on Elastic Kubernetes Service (EKS). .. tab:: GCE