From e0f36ea7397fc92815a900e2cef284c438bacc0e Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose Date: Tue, 28 Nov 2023 15:47:54 +0530 Subject: [PATCH 1/2] Add redirects for relocated AWS how-tos --- conf.py | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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/" +} From 509c338ba39d61a9cd35c725470850205096be2d Mon Sep 17 00:00:00 2001 From: Dimple Kuriakose Date: Tue, 28 Nov 2023 15:57:23 +0530 Subject: [PATCH 2/2] Correct internal OCI link to AWS how-to --- .../deploy-pro-container-on-pro-kubernetes-cluster.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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