From a8f5ff4d78f1ad7f9b45bef7e6f7222da05d3cc1 Mon Sep 17 00:00:00 2001 From: tym83 <6355522@gmail.com> Date: Tue, 15 Sep 2026 15:48:26 +0500 Subject: [PATCH] fix(site): point the Certified Kubernetes badge at the live landscape entry Clicking the badge on the home page opened "We couldn't find this item." The link carried the item id Cozystack had in the CNCF landscape when it was listed as a certified partner under Platform / PaaS Container Service. It has since moved to Orchestration & Management / Scheduling & Orchestration, and the old id resolves to nothing. The group in the URL was never wrong -- the entry still carries "Platform / Certified Kubernetes - Distribution" among its additional categories, which is exactly what the badge claims -- so only the id changes. Two more copies of a dead id are fixed with it: the landscape URL in the Organization JSON-LD, which pointed at the same removed entry, and the 2024 announcement post, which used a third id that is also gone. The post's prose is left as written; only its link is repaired. Co-Authored-By: Claude Signed-off-by: tym83 <6355522@gmail.com> --- ...ystack-has-officially-been-included-in-the-cncf-landscape.md | 2 +- layouts/partials/hooks/head-end.html | 2 +- layouts/shortcodes/blocks/hero.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blog/2024-09-25-cozystack-has-officially-been-included-in-the-cncf-landscape.md b/content/en/blog/2024-09-25-cozystack-has-officially-been-included-in-the-cncf-landscape.md index d281f0f3..16ed3ead 100644 --- a/content/en/blog/2024-09-25-cozystack-has-officially-been-included-in-the-cncf-landscape.md +++ b/content/en/blog/2024-09-25-cozystack-has-officially-been-included-in-the-cncf-landscape.md @@ -15,7 +15,7 @@ topics: ### Cozystack has officially been included in the CNCF Landscape -You can now [find the Cozystack](https://landscape.cncf.io/?item=platform--certified-kubernetes-installer--cozystack) open source platform in the CNCF Landscape categories of *Platform* and *Certified Kubernetes — Installed*. Despite being a relatively young platform, Cozystack is experiencing rapid growth, and an active community of developers and users has already formed around it. +You can now [find the Cozystack](https://landscape.cncf.io/?item=orchestration-management--scheduling-orchestration--cozystack) open source platform in the CNCF Landscape categories of *Platform* and *Certified Kubernetes — Installed*. Despite being a relatively young platform, Cozystack is experiencing rapid growth, and an active community of developers and users has already formed around it. ![](https://cdn-images-1.medium.com/max/800/1*SteyePbFZNEeTIh3JWgiOQ.png) diff --git a/layouts/partials/hooks/head-end.html b/layouts/partials/hooks/head-end.html index 0643adaa..4569963d 100644 --- a/layouts/partials/hooks/head-end.html +++ b/layouts/partials/hooks/head-end.html @@ -49,7 +49,7 @@ "foundingDate": "2023", "sameAs": [ "https://github.com/cozystack/cozystack", - "https://landscape.cncf.io/?item=platform--paas-container-service--cozystack", + "https://landscape.cncf.io/?item=orchestration-management--scheduling-orchestration--cozystack", "https://kubernetes.slack.com/messages/cozystack", "https://t.me/cozystack" ] diff --git a/layouts/shortcodes/blocks/hero.html b/layouts/shortcodes/blocks/hero.html index 9d60509e..677d0627 100644 --- a/layouts/shortcodes/blocks/hero.html +++ b/layouts/shortcodes/blocks/hero.html @@ -48,7 +48,7 @@ {{ end }}
- + Certified Kubernetes