Skip to content

Commit 3e28b5b

Browse files
committed
Move "Crossplane pods" from concepts to guides
It's arguably neither but feels more like a guide. Signed-off-by: Nic Cope <[email protected]>
1 parent 61c36b6 commit 3e28b5b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ on what your OpenAPIv3 custom API can use.
246246
247247
{{<hint "important" >}}
248248
249-
Changing or expanding the XRD schema requires restarting the [Crossplane pod]({{<ref "./pods#crossplane-pod">}}) to take effect.
249+
Changing or expanding the XRD schema requires restarting the [Crossplane pod]({{<ref "../guides/pods#crossplane-pod">}}) to take effect.
250250
{{< /hint >}}
251251
252252
##### Required fields
@@ -477,7 +477,7 @@ spec:
477477

478478
{{<hint "important" >}}
479479

480-
Changing or expanding the XRD schema requires restarting the [Crossplane pod]({{<ref "./pods#crossplane-pod">}}) to take effect.
480+
Changing or expanding the XRD schema requires restarting the [Crossplane pod]({{<ref "../guides/pods#crossplane-pod">}}) to take effect.
481481
{{< /hint >}}
482482

483483
### Manage connection secrets

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Disable schema aware validation by setting the
597597
`--enable-composition-webhook-schema-validation=false` flag on the Crossplane
598598
pod.
599599

600-
The [Crossplane Pods]({{<ref "./pods#edit-the-deployment">}}) page has
600+
The [Crossplane Pods]({{<ref "../guides/pods#edit-the-deployment">}}) page has
601601
more information on enabling Crossplane flags.
602602
{{< /hint >}}
603603

content/v2.0-preview/concepts/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Beginning with Crossplane version 1.20.0 Crossplane uses the [crossplane-contrib
3838
installing packages.
3939

4040
Specify the full domain name with the `package` or change the default Crossplane
41-
registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
41+
registry with the `--registry` flag on the [Crossplane pod]({{<ref "../guides/pods">}})
4242
{{< /hint >}}
4343

4444
For example to install the

content/v2.0-preview/concepts/providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Beginning with Crossplane version 1.20.0 Crossplane uses the [crossplane-contrib
5252
installing packages.
5353

5454
Specify the full domain name with the `package` or change the default Crossplane
55-
registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
55+
registry with the `--registry` flag on the [Crossplane pod]({{<ref "../guides/pods">}})
5656
{{< /hint >}}
5757

5858
For example, to install the

content/v2.0-preview/concepts/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Usages are a beta feature. Beta features are enabled by default.
2525
<!-- vale write-good.Passive = YES -->
2626

2727
Disable `Usage` support by
28-
[changing the Crossplane pod setting]({{<ref "./pods#change-pod-settings">}})
28+
[changing the Crossplane pod setting]({{<ref "../guides/pods#change-pod-settings">}})
2929
and setting
3030
{{<hover label="deployment" line="12">}}--enable-usages=false{{</hover>}}
3131
argument.
File renamed without changes.

0 commit comments

Comments
 (0)