Skip to content

Commit

Permalink
Merge pull request #113 from k-dimple/main
Browse files Browse the repository at this point in the history
Correct AWS redirect links to include full paths
  • Loading branch information
k-dimple authored Nov 28, 2023
2 parents f750a87 + 5ce913d commit 63e9542
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,25 +195,25 @@
# For example: "explanation/old-name.html": "../how-to/prettify.html",
redirects = {
"aws/aws-how-to/automatically-update-ubuntu-instances":
"aws/aws-how-to/instances/automatically-update-ubuntu-instances/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/aws-how-to/instances/automatically-update-ubuntu-instances/",
"aws/aws-how-to/build-cloudformation-templates":
"aws/aws-how-to/instances/build-cloudformation-templates/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/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/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/aws-how-to/instances/build-pro-ami-using-packer/",
"aws/aws-how-to/find-ubuntu-images":
"aws/aws-how-to/instances/find-ubuntu-images/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/aws-how-to/instances/find-ubuntu-images/",
"aws/aws-how-to/launch-ubuntu-desktop":
"aws/aws-how-to/instances/launch-ubuntu-desktop/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/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/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/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/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/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/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/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/",
"https://canonical-aws.readthedocs-hosted.com/en/latest/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/"
"https://canonical-aws.readthedocs-hosted.com/en/latest/aws-how-to/security/use-secureboot-and-vtpm/"
}

0 comments on commit 63e9542

Please sign in to comment.