From 2b8e26b60d5ca8982b776f28b659df7d4b53f4ca Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 26 Mar 2024 12:46:28 -0400 Subject: [PATCH] fix shortcode generated links Signed-off-by: Pete Lumbis --- content/master/software/_index.md | 4 ++-- content/v1.14/software/_index.md | 4 ++-- content/v1.15/software/_index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/master/software/_index.md b/content/master/software/_index.md index c65d8b89..6e3e0dd0 100644 --- a/content/master/software/_index.md +++ b/content/master/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane](install) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane](uninstall) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file diff --git a/content/v1.14/software/_index.md b/content/v1.14/software/_index.md index ee4157b9..90952ef6 100644 --- a/content/v1.14/software/_index.md +++ b/content/v1.14/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane](install) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane](uninstall) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file diff --git a/content/v1.15/software/_index.md b/content/v1.15/software/_index.md index c65d8b89..864b549e 100644 --- a/content/v1.15/software/_index.md +++ b/content/v1.15/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane]({{}}) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane]({{}}) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file