Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit d070187

Browse files
authored
fix(doc): wiki url (#3117)
1 parent 5c56bdf commit d070187

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Not sure what to put? Include:
6363

6464
The code in this repo should follow best practices, specifically:
6565

66-
- [Go code review comments](https://github.com/golang/go/wiki/CodeReviewComments)
66+
- [Go code review comments](https://go.dev/wiki/CodeReviewComments)
6767

6868
## Finding something to work on
6969

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When you're ready, you can [create a PR](#creating-a-pr)!
2323
## Checkout your fork
2424

2525
The Go tools require that you clone the repository to the `src/github.com/GoogleContainerTools/kaniko` directory
26-
in your [`GOPATH`](https://github.com/golang/go/wiki/SettingGOPATH).
26+
in your [`GOPATH`](https://go.dev/wiki/SettingGOPATH).
2727

2828
To check out this repository:
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ build --platform xxx the value has to be on the form
867867
It's also possible specifying CPU variants adding it as a third parameter (like
868868
`--custom-platform=linux/arm/v5`). Currently CPU variants are only known to be
869869
used for the ARM architecture as listed here:
870-
[GOARM](https://github.com/golang/go/wiki/GoArm#supported-architectures)
870+
[GOARM](https://go.dev/wiki/GoArm#supported-architectures)
871871

872872
_The resulting images cannot provide any metadata about CPU variant due to a
873873
limitation of the OCI-image specification._

0 commit comments

Comments
 (0)