Skip to content

Commit 026c5f0

Browse files
authored
📖 Fix incorrect link address (#4333)
Fix incorrect link address
1 parent 1a66abc commit 026c5f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/src/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This Quick Start guide will cover:
99

1010
## Prerequisites
1111

12-
- [go](https://golang.org/dl/) version v1.22.0+
12+
- [go](https://go.dev/dl/) version v1.22.0+
1313
- [docker](https://docs.docker.com/install/) version 17.03+.
1414
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) version v1.11.3+.
1515
- Access to a Kubernetes v1.11.3+ cluster.
@@ -243,8 +243,8 @@ understanding by developing a demo project.
243243

244244
[pre-rbc-gke]: https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#iam-rolebinding-bootstrap
245245
[cronjob-tutorial]: https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html
246-
[GOPATH-golang-docs]: https://golang.org/doc/code.html#GOPATH
247-
[go-modules-blogpost]: https://blog.golang.org/using-go-modules
246+
[GOPATH-golang-docs]: https://go.dev/doc/code.html#GOPATH
247+
[go-modules-blogpost]: https://blog.go.dev/using-go-modules
248248
[envtest]: https://book.kubebuilder.io/reference/testing/envtest.html
249249
[architecture-concept-diagram]: architecture.md
250250
[kustomize]: https://github.com/kubernetes-sigs/kustomize

0 commit comments

Comments
 (0)