Skip to content

Commit 2b8e26b

Browse files
committed
fix shortcode generated links
Signed-off-by: Pete Lumbis <[email protected]>
1 parent a5e2fd4 commit 2b8e26b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/master/software/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ weight: 300
44
description: Manage Crossplane installations
55
---
66

7-
## [Install Crossplane]({{<ref "./install">}})
7+
## [Install Crossplane](install)
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10-
## [Uninstall Crossplane]({{<ref "./uninstall">}})
10+
## [Uninstall Crossplane](uninstall)
1111
How to remove Crossplane from a Kubernetes cluster.

content/v1.14/software/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ weight: 300
44
description: Manage Crossplane installations
55
---
66

7-
## [Install Crossplane]({{<ref "./install">}})
7+
## [Install Crossplane](install)
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10-
## [Uninstall Crossplane]({{<ref "./uninstall">}})
10+
## [Uninstall Crossplane](uninstall)
1111
How to remove Crossplane from a Kubernetes cluster.

content/v1.15/software/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ weight: 300
44
description: Manage Crossplane installations
55
---
66

7-
## [Install Crossplane]({{<ref "./install">}})
7+
## [Install Crossplane]({{<ref "install">}})
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10-
## [Uninstall Crossplane]({{<ref "./uninstall">}})
10+
## [Uninstall Crossplane]({{<ref "uninstall">}})
1111
How to remove Crossplane from a Kubernetes cluster.

0 commit comments

Comments
 (0)