mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
docs(api): fix broken links
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user