From 945bbbc80d8ebfa3147883ae5fb967dc37da9908 Mon Sep 17 00:00:00 2001 From: Hanumant Mittal Date: Sat, 1 Apr 2023 19:47:50 +0530 Subject: [PATCH] Update HAProxy link to a better maintained doc --- README-ja.md | 4 ++-- README-zh-Hans.md | 4 ++-- README-zh-TW.md | 4 ++-- README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-ja.md b/README-ja.md index 0f003b2d..7dd21b29 100644 --- a/README-ja.md +++ b/README-ja.md @@ -669,7 +669,7 @@ Layer 7 ロードバランサーは [アプリケーションレイヤー](#通 ### その他の参考資料、ページ * [NGINX アーキテクチャ](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy アーキテクチャガイド](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy アーキテクチャガイド](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [スケーラビリティ](http://www.lecloud.net/post/7295452622/scalability-for-dummies-part-1-clones) * [Wikipedia](https://en.wikipedia.org/wiki/Load_balancing_(computing)) * [Layer 4 ロードバランシング](https://www.nginx.com/resources/glossary/layer-4-load-balancing/) @@ -716,7 +716,7 @@ Layer 7 ロードバランサーは [アプリケーションレイヤー](#通 * [リバースプロキシ vs ロードバランサー](https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/) * [NGINX アーキテクチャ](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy アーキテクチャ ガイド](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy アーキテクチャ ガイド](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [Wikipedia](https://en.wikipedia.org/wiki/Reverse_proxy) ## アプリケーション層 diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 368f588a..cb7c86bd 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -672,7 +672,7 @@ CDN 拉取是当第一个用户请求该资源时,从服务器上拉取资源 ### 来源及延伸阅读 * [NGINX 架构](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy 架构指南](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy 架构指南](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [可扩展性](http://www.lecloud.net/post/7295452622/scalability-for-dummies-part-1-clones) * [Wikipedia](https://en.wikipedia.org/wiki/Load_balancing_(computing)) * [四层负载平衡](https://www.nginx.com/resources/glossary/layer-4-load-balancing/) @@ -720,7 +720,7 @@ CDN 拉取是当第一个用户请求该资源时,从服务器上拉取资源 - [反向代理与负载均衡](https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/) - [NGINX 架构](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -- [HAProxy 架构指南](http://www.haproxy.org/download/1.2/doc/architecture.txt) +- [HAProxy 架构指南](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) - [Wikipedia](https://en.wikipedia.org/wiki/Reverse_proxy) ## 应用层 diff --git a/README-zh-TW.md b/README-zh-TW.md index d805e7e0..9bb99bac 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -668,7 +668,7 @@ DNS 是階層式的架構,一部分的 DNS 伺服器位於頂層,當查詢 ### 來源及延伸閱讀 * [NGINX 架構](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy 架構指南](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy 架構指南](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [可擴展性](http://www.lecloud.net/post/7295452622/scalability-for-dummies-part-1-clones) * [維基百科](https://en.wikipedia.org/wiki/Load_balancing_(computing)) * [第四層負載平衡](https://www.nginx.com/resources/glossary/layer-4-load-balancing/) @@ -715,7 +715,7 @@ DNS 是階層式的架構,一部分的 DNS 伺服器位於頂層,當查詢 * [反向代理伺服器與負載平衡](https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/) * [NGINX 架構](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy 架構指南](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy 架構指南](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [維基百科](https://en.wikipedia.org/wiki/Reverse_proxy) ## 應用層 diff --git a/README.md b/README.md index 7f41e7bd..1a4f3025 100644 --- a/README.md +++ b/README.md @@ -720,7 +720,7 @@ Load balancers can also help with horizontal scaling, improving performance and ### Source(s) and further reading * [NGINX architecture](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy architecture guide](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy architecture guide](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [Scalability](http://www.lecloud.net/post/7295452622/scalability-for-dummies-part-1-clones) * [Wikipedia](https://en.wikipedia.org/wiki/Load_balancing_(computing)) * [Layer 4 load balancing](https://www.nginx.com/resources/glossary/layer-4-load-balancing/) @@ -767,7 +767,7 @@ Additional benefits include: * [Reverse proxy vs load balancer](https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/) * [NGINX architecture](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) -* [HAProxy architecture guide](http://www.haproxy.org/download/1.2/doc/architecture.txt) +* [HAProxy architecture guide](https://github.com/haproxy/haproxy/blob/master/doc/architecture.txt) * [Wikipedia](https://en.wikipedia.org/wiki/Reverse_proxy) ## Application layer