diff --git a/doc/images/architecture-en.png b/doc/images/architecture-en.png deleted file mode 100644 index f6013485..00000000 Binary files a/doc/images/architecture-en.png and /dev/null differ diff --git a/doc/images/architecture.png b/doc/images/architecture.png deleted file mode 100644 index 93741e22..00000000 Binary files a/doc/images/architecture.png and /dev/null differ diff --git a/doc/images/benchmark.png b/doc/images/benchmark.png deleted file mode 100644 index 88048f1c..00000000 Binary files a/doc/images/benchmark.png and /dev/null differ diff --git a/doc/images/go-zero.png b/doc/images/go-zero.png deleted file mode 100644 index a0ec1cd5..00000000 Binary files a/doc/images/go-zero.png and /dev/null differ diff --git a/doc/images/resilience-en.png b/doc/images/resilience-en.png deleted file mode 100644 index 2b6963bf..00000000 Binary files a/doc/images/resilience-en.png and /dev/null differ diff --git a/doc/images/resilience.jpg b/doc/images/resilience.jpg deleted file mode 100644 index 058e4e76..00000000 Binary files a/doc/images/resilience.jpg and /dev/null differ diff --git a/readme.md b/readme.md index 3c421f0a..1847720d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ - + # go-zero @@ -25,7 +25,7 @@ Advantages of go-zero: * auto validate the request parameters from clients * plenty of builtin microservice management and concurrent toolkits -Architecture +Architecture ## 1. Backgrounds of go-zero @@ -76,7 +76,7 @@ go-zero is a web and rpc framework that integrates lots of engineering practices As below, go-zero protects the system with couple layers and mechanisms: -![Resilience](doc/images/resilience-en.png) +![Resilience](https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/resilience-en.png) ## 4. Future development plans of go-zero @@ -200,7 +200,7 @@ go get -u github.com/tal-tech/go-zero ## 7. Benchmark -![benchmark](doc/images/benchmark.png) +![benchmark](https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/benchmark.png) [Checkout the test code](https://github.com/smallnest/go-web-framework-benchmark)