Skip to content

Commit a145f50

Browse files
committed
Fix links in faq to config page.
Signed-off-by: Jeff Mendoza <jlm@jlm.name>
1 parent 78179ff commit a145f50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GOFLAGS="-ldflags=-X=main.version=1.2.3" ko build .
1111

1212
Currently, there is a limitation that does not allow to set multiple arguments in `ldflags` using `GOFLAGS`.
1313
Using `-ldflags` multiple times also does not work.
14-
In this use case, it works best to use the [`builds` section](./../configuration) in the `.ko.yaml` file.
14+
In this use case, it works best to use the [`builds` section](./../configuration.md) in the `.ko.yaml` file.
1515

1616
## Why are my images all created in 1970?
1717

@@ -38,7 +38,7 @@ export KO_DATA_DATE_EPOCH=$(git log -1 --format='%ct')
3838
Yes, but support for Windows containers is new, experimental, and tenuous. Be prepared to file bugs. 🐛
3939

4040
The default base image does not provide a Windows image.
41-
You can try out building a Windows container image by [setting the base image](./../configuration) to a Windows base image and building with `--platform=windows/amd64` or `--platform=all`:
41+
You can try out building a Windows container image by [setting the base image](./../configuration.md) to a Windows base image and building with `--platform=windows/amd64` or `--platform=all`:
4242

4343
For example, to build a Windows container image, update your `.ko.yaml` to set the base image:
4444

0 commit comments

Comments
 (0)