From d070187005c385aa7fe1d4f06c7c1d438673337e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Verlhac=20Ga=C3=ABtan?= Date: Fri, 19 Apr 2024 19:39:42 +0200 Subject: [PATCH] fix(doc): wiki url (#3117) --- CONTRIBUTING.md | 2 +- DEVELOPMENT.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3df96a81..2d3e7f66e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Not sure what to put? Include: 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 diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8f82d8e81..f51fa8b52 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -23,7 +23,7 @@ When you're ready, you can [create a PR](#creating-a-pr)! ## Checkout your fork 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: diff --git a/README.md b/README.md index 2bb9b5e5b..7f2160469 100644 --- a/README.md +++ b/README.md @@ -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 `--custom-platform=linux/arm/v5`). Currently CPU variants are only known to be 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 limitation of the OCI-image specification._