Skip to content

Commit

Permalink
Merge pull request #112 from k-dimple/main
Browse files Browse the repository at this point in the history
Add redirects for relocated AWS how-tos
  • Loading branch information
k-dimple authored Nov 28, 2023
2 parents ad366da + 509c338 commit f750a87
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f750a87

Please sign in to comment.