docs(api): fix broken links

This commit is contained in:
Jeong Jinwoo
2023-09-14 20:52:11 +09:00
parent 9d126f6dd8
commit a2b60e4bcb
2 changed files with 2 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ You can run `kustomize edit fix` to automatically convert `bases` to `resources`
Move entries into the [resources](/docs/reference/api/resources)
field. This allows bases - which are still a
[central concept](/references/kustomize/glossary#base) - to be
[central concept](/docs/concepts/bases) - to be
ordered relative to other input resources.

View File

@@ -140,7 +140,7 @@ the image name is `foo` and an image was built for the source code at commit `1b
then the container image would be `foo:1bb359ccce344ca5d263cd257958ea035c978fd3`.
A simple way to push an image that was just built without manually updating the image tags is to
download the [kustomize standalone](https://github.com/kubernetes-sigs/kustomize/) tool and run
[download the kustomize standalone](/docs/getting-started/installation/) tool and run
`kustomize edit set image` command to update the tags for you.
**Example:** Set the latest git commit SHA as the image tag for `foo` images.