File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/content/en/docs/Reference/API Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ You can run `kustomize edit fix` to automatically convert `bases` to `resources`
20
20
21
21
Move entries into the [ resources] ( /docs/reference/api/resources )
22
22
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
24
24
ordered relative to other input resources.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ the image name is `foo` and an image was built for the source code at commit `1b
140
140
then the container image would be `foo:1bb359ccce344ca5d263cd257958ea035c978fd3`.
141
141
142
142
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
144
144
` kustomize edit set image` command to update the tags for you.
145
145
146
146
**Example:** Set the latest git commit SHA as the image tag for `foo` images.
You can’t perform that action at this time.
0 commit comments