Skip to content

Commit

Permalink
Merge pull request #312 from k-dimple/main
Browse files Browse the repository at this point in the history
Correct redirection link to use updated US spelling filename
  • Loading branch information
k-dimple authored Dec 20, 2024
2 parents c3486db + 8ea34cb commit e8c0a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all-clouds/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# For example: "explanation/old-name.html": "../how-to/prettify.html",
redirects = {
"oci/oci-how-to/create-chiselled-ubuntu-image.html":
"https://canonical-oci.readthedocs-hosted.com/en/latest/oci-how-to/create-chiselled-ubuntu-image/",
"https://canonical-oci.readthedocs-hosted.com/en/latest/oci-how-to/create-chiseled-ubuntu-image/",
"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/"
}
2 changes: 1 addition & 1 deletion custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
# the sphinx_reredirects extension will be disabled.
redirects = {
"oci/oci-how-to/create-chiselled-ubuntu-image.html":
"https://documentation.ubuntu.com/oci-registries/en/latest/oci-how-to/create-chiselled-ubuntu-image/",
"https://documentation.ubuntu.com/oci-registries/en/latest/oci-how-to/create-chiseled-ubuntu-image/",
"oci/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster.html":
"https://documentation.ubuntu.com/oci-registries/en/latest/oci-how-to/deploy-pro-container-on-pro-kubernetes-cluster/"
}
Expand Down

0 comments on commit e8c0a2a

Please sign in to comment.