Skip to content

Commit 1f5283d

Browse files
committed
Fix broken hash-suffix links
Signed-off-by: Nic Cope <[email protected]>
1 parent 8dd741a commit 1f5283d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

content/v2.0-preview/composition/composite-resource-definitions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Creating a CompositeResourceDefinition consists of:
3838
* [Defining a custom API schema and version](#xrd-versions).
3939

4040
Optionally, CompositeResourceDefinitions also support:
41-
* [Defining connection secrets](#manage-connection-secrets).
4241
* [Setting composite resource defaults](#set-composite-resource-defaults).
4342

4443
Composite resource definitions (`XRDs`) create new API endpoints inside a
@@ -397,7 +396,7 @@ field indicates which version of the schema Compositions use. Only one
397396
version can be `referenceable`.
398397

399398
{{< hint "note" >}}
400-
Changing which version is `referenceable:true` requires [updating the `compositeTypeRef.apiVersion`]({{<ref "./compositions#enable-composite-resources" >}})
399+
Changing which version is `referenceable:true` requires [updating the `compositeTypeRef.apiVersion`]({{<ref "./compositions#match-composite-resources" >}})
401400
of any Compositions referencing that XRD.
402401
{{< /hint >}}
403402

content/v2.0-preview/composition/composite-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Select a specific Composition for a composite resource to use with
115115
{{<hint "important">}}
116116
The selected Composition must allow the composite resource to use it with a
117117
`compositeTypeRef`. Read more about the `compositeTypeRef` field in the
118-
[Enable Composite Resources]({{<ref "./compositions#enable-composite-resources">}})
118+
[Enable Composite Resources]({{<ref "./compositions#match-composite-resources">}})
119119
section of the Composition documentation.
120120
{{< /hint >}}
121121

content/v2.0-preview/composition/compositions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Crossplane has four core components that users commonly mix up:
6868
Creating a Composition consists of:
6969
* [Using composition functions](#use-a-function-in-a-composition) to define the
7070
resources to create.
71-
* [Enabling composite resources](#enable-composite-resources) to use the
71+
* [Enabling composite resources](#match-composite-resources) to use the
7272
Composition template.
7373

7474
A Composition is a pipeline of composition functions.

content/v2.0-preview/guides/function-patch-and-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ By default an XRD writes all secret keys listed in the composed resources
18351835

18361836

18371837
For more information on connection secrets read about
1838-
[managed resources]({{<ref "../managed-resources/managed-resources#writeConnectionSecretToRef">}}).
1838+
[managed resources]({{<ref "../managed-resources/managed-resources">}}).
18391839
{{</hint>}}
18401840

18411841
## Resource readiness checks

0 commit comments

Comments
 (0)