This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
The following commit(s) were added to refs/heads/main by this push:
new 819d9e4 chore(doc): fix links
new da5056c Merge pull request #40 from mlycore/readme-links
819d9e4 is described below
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