From 77e119c274640951d030b104f749c1b068609a8f Mon Sep 17 00:00:00 2001 From: Shubham Pampattiwar Date: Mon, 27 Jul 2026 00:05:44 -0700 Subject: [PATCH] Fix stale 'Latest Release Information' link on velero.io (#10081) Update the landing page CTA link from the outdated Velero 1.11 blog post to the GitHub releases/latest URL, which always resolves to the most recent release and will not go stale. Fixes #10080 Signed-off-by: Shubham Pampattiwar --- site/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/_index.md b/site/content/_index.md index 5d34a41a3..79426ecc8 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -10,7 +10,7 @@ hero: content: Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes. cta_link1: text: Latest Release Information - url: /blog/Velero-1.11/ + url: https://github.com/velero-io/velero/releases/latest cta_link2: text: Download Velero url: https://github.com/velero-io/velero/releases/latest