diff --git a/firebase.json b/firebase.json index 0dee1b4ad..ca9dad474 100644 --- a/firebase.json +++ b/firebase.json @@ -79,6 +79,11 @@ "destination": "/brand-guidelines/", "type": 301 }, + { + "source": "/capabilities/cloud-infrastructure", + "destination": "/capabilities/flexible-infrastructure/", + "type": 301 + }, { "source": "/concepts/wellbeing", "destination": "/capabilities/well-being/", diff --git a/hugo/content/capabilities/cloud-infrastructure/index.md b/hugo/content/capabilities/flexible-infrastructure/index.md similarity index 99% rename from hugo/content/capabilities/cloud-infrastructure/index.md rename to hugo/content/capabilities/flexible-infrastructure/index.md index 6343c4ed3..1eff9e3af 100644 --- a/hugo/content/capabilities/cloud-infrastructure/index.md +++ b/hugo/content/capabilities/flexible-infrastructure/index.md @@ -3,9 +3,8 @@ title: "Flexible infrastructure" date: 2023-03-27T09:48:50+01:00 category: fast flow draft: false -slug: flexible-infrastructure aliases: - - cloud-infrastructure + - /capabilities/cloud-infrastructure/ core: true updated: 2026-01-12 headline: "Find out how to manage cloud infrastructure effectively so you can achieve higher levels of agility, availability, and cost visibility." diff --git a/test/redirects/redirects.csv b/test/redirects/redirects.csv index 949ad2ec8..ba91bb0a1 100644 --- a/test/redirects/redirects.csv +++ b/test/redirects/redirects.csv @@ -212,3 +212,5 @@ /quickcheck-2024,/quickcheck/,301 /quickcheck-2024/,/quickcheck/,301 /quickcheck-2024/?leadtime=3&deployfreq=2&changefailure=25&failurerecovery=2&v=2024&industry=all&ci=22233&arch=333444&culture=555554&step=priorities,/quickcheck/?leadtime=3&deployfreq=2&changefailure=25&failurerecovery=2&v=2024&industry=all&ci=22233&arch=333444&culture=555554&step=priorities,301 +/capabilities/cloud-infrastructure,/capabilities/flexible-infrastructure/,301 +/capabilities/cloud-infrastructure/,/capabilities/flexible-infrastructure/,301