Skip to content

Commit

Permalink
update go domain name
Browse files Browse the repository at this point in the history
golang.org -> go.dev
  • Loading branch information
uos-ljtian committed Sep 15, 2022
1 parent 918f84c commit c2bd0a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ That said, if you have questions, reach out to us
[containerized applications]: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/
[developer's documentation]: https://git.k8s.io/community/contributors/devel#readme
[Docker environment]: https://docs.docker.com/engine
[Go environment]: https://golang.org/doc/install
[Go environment]: https://go.dev/doc/install
[GoPkg]: https://pkg.go.dev/k8s.io/kubernetes
[GoPkg Widget]: https://pkg.go.dev/badge/k8s.io/kubernetes.svg
[interactive tutorial]: https://kubernetes.io/docs/tutorials/kubernetes-basics
Expand Down
2 changes: 1 addition & 1 deletion staging/src/k8s.io/kubectl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cli client. That client will eventually move here too.

- No dependence on `k8s.io/kubernetes`. Dependence on other repositories is fine.

- Code must be usefully [commented](https://golang.org/doc/effective_go.html#commentary).
- Code must be usefully [commented](https://go.dev/doc/effective_go#commentary).
Not only for developers on the project, but also for external users of these packages.

- When reviewing PRs, you are encouraged to use Golang's [code review
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document will take you through setting up and trying the sample apiserver o

## Pre requisites

- Go 1.7.x or later installed and setup. More information can be found at [go installation](https://golang.org/doc/install)
- Go 1.7.x or later installed and setup. More information can be found at [go installation](https://go.dev/doc/install)
- Dockerhub account to push the image to [Dockerhub](https://hub.docker.com/)

## Install Minikube
Expand Down

0 comments on commit c2bd0a5

Please sign in to comment.