Skip to content

Commit a2b60e4

Browse files
committed
docs(api): fix broken links
1 parent 9d126f6 commit a2b60e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ You can run `kustomize edit fix` to automatically convert `bases` to `resources`
2020

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ the image name is `foo` and an image was built for the source code at commit `1b
140140
then the container image would be `foo:1bb359ccce344ca5d263cd257958ea035c978fd3`.
141141

142142
A simple way to push an image that was just built without manually updating the image tags is to
143-
download the [kustomize standalone](https://github.com/kubernetes-sigs/kustomize/) tool and run
143+
[download the kustomize standalone](/docs/getting-started/installation/) tool and run
144144
`kustomize edit set image` command to update the tags for you.
145145

146146
**Example:** Set the latest git commit SHA as the image tag for `foo` images.

0 commit comments

Comments
 (0)