We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cfa50 commit bec9f56Copy full SHA for bec9f56
src/pages/index.tsx
@@ -14,10 +14,10 @@ function FixedAnnouncement() {
14
return (
15
<div className={announcementStyles.announcement}>
16
🎉 <span className={announcementStyles.title}>
17
- Kubecost guide is out now! Check it out
+ `EKS Prefix Delegation` guide is out now! Check it out
18
</span>{' '}
19
<a
20
- href="/kubernetes/docs/eks-guides/kubecost"
+ href="/kubernetes/docs/eks-guides/prefix-delegation"
21
rel="noopener noreferrer"
22
className={announcementStyles.link}
23
>
0 commit comments