Skip to content

Commit eb63837

Browse files
committed
clean up links
1 parent f05078c commit eb63837

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

content/master/guides/implementing-safestart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ safe-start transforms how your provider handles resource installation:
3333
Before implementing safe-start, ensure you have:
3434

3535
* Provider built with `crossplane-runtime` v2.0+
36-
* Understanding of [MRDs and activation policies]({{< ref "mrd-activation-policies" >}})
36+
* Understanding of [MRDs and activation policies]({{< ref "using-mrds-and-activation-policies" >}})
3737
* Test environment with Crossplane v2.0+
3838
* CI/CD pipeline that can build and test provider changes
3939

content/master/guides/using-mrds-and-activation-policies.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ This approach lets you use Helm chart values to control the default policy.
7979
{{< /tab >}}
8080
{{< /tabs >}}
8181

82-
{{< hint "tip" >}}
83-
Learn more about configuring default activation policies during installation
84-
and best practices in the [MRD activation policies guide]({{< ref "../guides/mrd-activation-policies#default-activation-policy" >}}).
85-
{{< /hint >}}
86-
8782
## Install a provider with safe-start capability
8883

8984
Now install a provider that supports safe-start. This provider creates MRDs
@@ -95,7 +90,7 @@ kind: Provider
9590
metadata:
9691
name: provider-aws
9792
spec:
98-
package: xpkg.upbound.io/crossplane-contrib/provider-aws:v0.45.0
93+
package: xpkg.crossplane.io/crossplane-contrib/provider-aws:v2.0.0
9994
```
10095
10196
Apply this configuration:
@@ -107,7 +102,7 @@ kind: Provider
107102
metadata:
108103
name: provider-aws
109104
spec:
110-
package: xpkg.upbound.io/crossplane-contrib/provider-aws:v0.45.0
105+
package: xpkg.crossplane.io/crossplane-contrib/provider-aws:v2.0.0
111106
EOF
112107
```
113108

@@ -524,6 +519,5 @@ Now that you understand MRDs and activation policies, you can:
524519
* **Plan provider adoption** using safe-start-capable providers
525520
526521
Learn more about:
527-
* [MRD activation policies best practices]({{< ref "../guides/mrd-activation-policies" >}}) - Comprehensive guide including default policy configuration
528522
* [Managed Resource Definitions concepts]({{< ref "managed-resource-definitions" >}})
529523
* [Provider capabilities and safe-start]({{< ref "../packages/provider-capabilities" >}})

0 commit comments

Comments
 (0)