This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
commit 819d9e4277645a992816328db17891bd8eef6385 Author: mlycore <[email protected]> AuthorDate: Tue Aug 23 12:37:29 2022 +0800 chore(doc): fix links Signed-off-by: mlycore <[email protected]> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f2a30e..12c60be 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Please follows [deployment instructions](./doc/deploy.md) to deploy a ShardingSp To build ShardingSphere Operator from scratch you will need to install the following tools: -* Git +* [Git](https://git-scm.com/) * [Golang 1.17](https://golang.org/dl/) -* make -* Kubernetes 1.20+ -* Kubebuilder 3.4.1+ +* [make](https://www.gnu.org/savannah-checkouts/gnu/make/make.html) +* [Kubernetes 1.20+](https://github.com/kubernetes/kubernetes) +* [Kubebuilder 3.4.1+](https://github.com/kubernetes-sigs/kubebuilder) ## Contributing
