mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-28 02:52:41 +00:00
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 <spampatt@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user