Skip to content

Commit bb50b8e

Browse files
Merge pull request #256 from salasberryfin/fix-broken-caprke-template-link
fix: broken link after re-structuring caprke2 templates
2 parents bb180e4 + 2fa3bff commit bb50b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/next/modules/en/pages/user/clusters.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export AWS_SSH_KEY_NAME="aws-ssh-key"
312312
export AWS_REGION="aws-region"
313313
export AWS_AMI_ID="ami-id"
314314
315-
curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/aws/cluster-template.yaml | envsubst > cluster1.yaml
315+
curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/templates/aws/cluster-template.yaml | envsubst > cluster1.yaml
316316
----
317317
+
318318
. View **cluster1.yaml** and examine the resulting YAML file. You can make any changes you want as well.

docs/v0.17/modules/en/pages/user/clusters.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export AWS_SSH_KEY_NAME="aws-ssh-key"
312312
export AWS_REGION="aws-region"
313313
export AWS_AMI_ID="ami-id"
314314
315-
curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/aws/cluster-template.yaml | envsubst > cluster1.yaml
315+
curl -s https://raw.githubusercontent.com/rancher/cluster-api-provider-rke2/refs/heads/main/examples/templates/aws/cluster-template.yaml | envsubst > cluster1.yaml
316316
----
317317
+
318318
. View **cluster1.yaml** and examine the resulting YAML file. You can make any changes you want as well.

0 commit comments

Comments
 (0)