fix(doc): wiki url (#3117)

This commit is contained in:
Verlhac Gaëtan 2024-04-19 19:39:42 +02:00 committed by GitHub
parent 5c56bdf634
commit d070187005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ Not sure what to put? Include:
The code in this repo should follow best practices, specifically: The code in this repo should follow best practices, specifically:
- [Go code review comments](https://github.com/golang/go/wiki/CodeReviewComments) - [Go code review comments](https://go.dev/wiki/CodeReviewComments)
## Finding something to work on ## Finding something to work on

View File

@ -23,7 +23,7 @@ When you're ready, you can [create a PR](#creating-a-pr)!
## Checkout your fork ## Checkout your fork
The Go tools require that you clone the repository to the `src/github.com/GoogleContainerTools/kaniko` directory The Go tools require that you clone the repository to the `src/github.com/GoogleContainerTools/kaniko` directory
in your [`GOPATH`](https://github.com/golang/go/wiki/SettingGOPATH). in your [`GOPATH`](https://go.dev/wiki/SettingGOPATH).
To check out this repository: To check out this repository:

View File

@ -867,7 +867,7 @@ build --platform xxx the value has to be on the form
It's also possible specifying CPU variants adding it as a third parameter (like It's also possible specifying CPU variants adding it as a third parameter (like
`--custom-platform=linux/arm/v5`). Currently CPU variants are only known to be `--custom-platform=linux/arm/v5`). Currently CPU variants are only known to be
used for the ARM architecture as listed here: used for the ARM architecture as listed here:
[GOARM](https://github.com/golang/go/wiki/GoArm#supported-architectures) [GOARM](https://go.dev/wiki/GoArm#supported-architectures)
_The resulting images cannot provide any metadata about CPU variant due to a _The resulting images cannot provide any metadata about CPU variant due to a
limitation of the OCI-image specification._ limitation of the OCI-image specification._