Skip to content

Commit d15b34a

Browse files
committed
fix broken links in guides which points to references/examples
1 parent c089504 commit d15b34a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

site/content/en/guides/config_management/container_images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ Some of things that can be done with images:
6262
- Setting a Tag from an Environment Variable
6363

6464
{{% alert color="success" title="Command / Examples" %}}
65-
Check out the [reference](/references/kustomize/images/) for commands and examples for `images`
65+
Check out the [reference](/references/kustomize/kustomization/images/) for commands and examples for `images`
6666
{{% /alert %}}

site/content/en/guides/config_management/labels_annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
```
100100
101101
{{% alert color="success" title="Command / Examples" %}}
102-
Check out the [reference](/references/kustomize/commonlabels/) for commands and examples for `setting labels`
102+
Check out the [reference](/references/kustomize/kustomization/commonlabels/) for commands and examples for `setting labels`
103103
{{% /alert %}}
104104

105105
### Propagating Labels to Selectors
@@ -122,7 +122,7 @@ Labeling Workload Resources makes it simpler to query Pods - e.g. for the purpos
122122

123123
## Setting Annotations
124124

125-
Setting Annotations is very similar to setting labels as seen above. Check out the [reference](/references/kustomize/commonannotations/) for commands and examples.
125+
Setting Annotations is very similar to setting labels as seen above. Check out the [reference](/references/kustomize/kustomization/commonannotations/) for commands and examples.
126126

127127
{{< alert color="warning" title="Propagating Annotations" >}}
128128
In addition to updating the annotations for each Resource, any fields that contain ObjectMeta

site/content/en/guides/config_management/namespaces_names.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This sets the namespace for both generated Resources (e.g. ConfigMaps and Secret
3535
Resources.
3636

3737
{{% alert color="success" title="Command / Examples" %}}
38-
Check out the [reference](/references/kustomize/namespace/) for commands and examples for `setting namespace`
38+
Check out the [reference](/references/kustomize/kustomization/namespace/) for commands and examples for `setting namespace`
3939
{{% /alert %}}
4040

4141
**Example:** Set the `namespace` specified in the `kustomization.yaml` on the namespaced Resources.
@@ -102,7 +102,7 @@ spec:
102102
Setting the namespace will override the namespace on Resources if it is already set.
103103
104104
{{% alert color="success" title="Command / Examples" %}}
105-
Check out the [nameprefix](/references/kustomize/nameprefix/) / [namesuffix](/references/kustomize/namesuffix/) for commands and examples for `setting nameprefix / namesuffix` to kubernetes resources
105+
Check out the [nameprefix](/references/kustomize/kustomization/nameprefix/) / [namesuffix](/references/kustomize/kustomization/namesuffix/) for commands and examples for `setting nameprefix / namesuffix` to kubernetes resources
106106
{{% /alert %}}
107107

108108

site/content/en/guides/config_management/secrets_configmaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ changes. See [Rollouts](#rollouts) for more on this.
3636
### ConfigMapsGenerator
3737

3838
{{% alert color="success" title="Command / Examples" %}}
39-
Check out the [reference](/references/kustomize/configmapgenerator/) for commands and examples for `ConfigMapsGenerator`
39+
Check out the [reference](/references/kustomize/kustomization/configmapgenerator/) for commands and examples for `ConfigMapsGenerator`
4040
{{% /alert %}}
4141

4242
Consider we have to generate ConfigMap from a preset values stored in `.properties` file. One can make use
@@ -72,7 +72,7 @@ metadata:
7272
7373
### SecretGenerator
7474
{{% alert color="success" title="Command / Examples" %}}
75-
Check out the [reference](/references/kustomize/secretgenerator/) for commands and examples
75+
Check out the [reference](/references/kustomize/kustomization/secretgenerator/) for commands and examples
7676
for `SecretGenerator`
7777
{{% /alert %}}
7878

0 commit comments

Comments
 (0)