Skip to content

Commit 5c1a022

Browse files
committed
docs(api): fix broken hyperlinks
1 parent e19ca54 commit 5c1a022

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

site/content/en/docs/Reference/API/bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kustomize CLI, and removal itself will happen in a future major version bump.
1818
You can run `kustomize edit fix` to automatically convert `bases` to `resources`.
1919
{{% /pageinfo %}}
2020

21-
Move entries into the [resources](/references/kustomize/kustomization/resource)
21+
Move entries into the [resources](/docs/reference/api/resources)
2222
field. This allows bases - which are still a
2323
[central concept](/references/kustomize/glossary#base) - to be
2424
ordered relative to other input resources.

site/content/en/docs/Reference/API/commonLabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
Add labels and selectors to add all resources.
88
---
99

10-
[labels]: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/labels/
10+
[labels]: /docs/reference/api/labels/
1111

1212
Add labels and selectors to all resources. If the label key already is present on the resource,
1313
the value will be overridden.

site/content/en/docs/Reference/API/patchesStrategicMerge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ two releases between deprecation and removal of Kustomization v1beta1 support fr
1616
kustomize CLI, and removal itself will happen in a future major version bump.
1717

1818
Please move your `patchesStrategicMerge` into
19-
the [patches](/references/kustomize/kustomization/patches) field. This field supports patchesStrategicMerge,
19+
the [patches](/docs/reference/api/patches) field. This field supports patchesStrategicMerge,
2020
but with slightly different syntax. You can run `kustomize edit fix` to automatically convert
2121
`patchesStrategicMerge` to `patches`.
2222
{{% /pageinfo %}}

site/content/en/docs/Reference/API/patchesjson6902.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ two releases between deprecation and removal of Kustomization v1beta1 support fr
1616
kustomize CLI, and removal itself will happen in a future major version bump.
1717

1818
Please move your `patchesJson6902` into
19-
the [patches](/references/kustomize/kustomization/patches) field. This field supports patchesJson6902,
19+
the [patches](/docs/reference/api/patches) field. This field supports patchesJson6902,
2020
but with slightly different syntax. You can run `kustomize edit fix` to automatically convert
2121
`patchesJson6902` to `patches`.
2222
{{% /pageinfo %}}

site/content/en/docs/Reference/API/secretGenerator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >
99

1010
Each entry in the argument list results in the creation of one Secret resource (it's a generator of N secrets).
1111

12-
This works like the [configMapGenerator](/references/kustomize/kustomization/configmapgenerator).
12+
This works like the [configMapGenerator](/docs/reference/api/configmapgenerator).
1313

1414
```yaml
1515
apiVersion: kustomize.config.k8s.io/v1beta1

site/content/en/docs/Reference/API/vars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
Substitute name references.
88
---
99

10-
[replacements]: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/
10+
[replacements]: /docs/reference/api/replacements/
1111

1212
{{% pageinfo color="warning" %}}
1313
The `vars` field was deprecated in v5.0.0. This field will never be removed from the
@@ -18,7 +18,7 @@ two releases between deprecation and removal of Kustomization v1beta1 support fr
1818
kustomize CLI, and removal itself will happen in a future major version bump.
1919

2020
Please try to migrate to the
21-
the [replacements](/references/kustomize/kustomization/replacements) field. If you are
21+
the [replacements](/docs/reference/api/replacements) field. If you are
2222
unable to restructure your configuration to use replacements instead of vars, please
2323
ask for help in slack or file an issue for guidance.
2424

0 commit comments

Comments
 (0)