From e8a867ee286d0848ba32a2709051b6f275214714 Mon Sep 17 00:00:00 2001 From: Lawrence Chou Date: Wed, 17 Nov 2021 20:26:08 +0800 Subject: [PATCH 1/3] Update GitHub Engineering Blog link --- README-ja.md | 2 +- README-zh-Hans.md | 2 +- README-zh-TW.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ja.md b/README-ja.md index ce116705..940b4eab 100644 --- a/README-ja.md +++ b/README-ja.md @@ -1712,7 +1712,7 @@ Notes * [Facebook Engineering](https://www.facebook.com/Engineering) * [Flickr Code](http://code.flickr.net/) * [Foursquare Engineering Blog](http://engineering.foursquare.com/) -* [GitHub Engineering Blog](http://githubengineering.com/) +* [GitHub Engineering Blog](https://github.blog/category/engineering) * [Google Research Blog](http://googleresearch.blogspot.com/) * [Groupon Engineering Blog](https://engineering.groupon.com/) * [Heroku Engineering Blog](https://engineering.heroku.com/) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index bb261ff4..047f6813 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -1723,7 +1723,7 @@ Notes * [Facebook Engineering](https://www.facebook.com/Engineering) * [Flickr Code](http://code.flickr.net/) * [Foursquare Engineering Blog](http://engineering.foursquare.com/) -* [GitHub Engineering Blog](http://githubengineering.com/) +* [GitHub Engineering Blog](https://github.blog/category/engineering) * [Google Research Blog](http://googleresearch.blogspot.com/) * [Groupon Engineering Blog](https://engineering.groupon.com/) * [Heroku Engineering Blog](https://engineering.heroku.com/) diff --git a/README-zh-TW.md b/README-zh-TW.md index 735323f5..fd53a703 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -1713,7 +1713,7 @@ Notes * [Facebook Engineering](https://www.facebook.com/Engineering) * [Flickr Code](http://code.flickr.net/) * [Foursquare Engineering Blog](http://engineering.foursquare.com/) -* [GitHub Engineering Blog](http://githubengineering.com/) +* [GitHub Engineering Blog](https://github.blog/category/engineering) * [Google Research Blog](http://googleresearch.blogspot.com/) * [Groupon Engineering Blog](https://engineering.groupon.com/) * [Heroku Engineering Blog](https://engineering.heroku.com/) diff --git a/README.md b/README.md index 266f8b16..f009ae8c 100644 --- a/README.md +++ b/README.md @@ -1764,7 +1764,7 @@ Handy metrics based on numbers above: * [Facebook Engineering](https://www.facebook.com/Engineering) * [Flickr Code](http://code.flickr.net/) * [Foursquare Engineering Blog](http://engineering.foursquare.com/) -* [GitHub Engineering Blog](http://githubengineering.com/) +* [GitHub Engineering Blog](https://github.blog/category/engineering) * [Google Research Blog](http://googleresearch.blogspot.com/) * [Groupon Engineering Blog](https://engineering.groupon.com/) * [Heroku Engineering Blog](https://engineering.heroku.com/) From 578e29cff8f0f6f94572727f3efd4fb4df64d202 Mon Sep 17 00:00:00 2001 From: Nnachevvv <44066540+Nnachevvv@users.noreply.github.com> Date: Sun, 13 Feb 2022 04:52:00 +0200 Subject: [PATCH 2/3] Fix memcache architecture URL (#631) --- README-ja.md | 2 +- README-zh-Hans.md | 2 +- README-zh-TW.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-ja.md b/README-ja.md index 940b4eab..0f003b2d 100644 --- a/README-ja.md +++ b/README-ja.md @@ -966,7 +966,7 @@ NoSQL は **key-value store**、 **document-store**、 **wide column store**、 * [キーバリューデータベース](https://en.wikipedia.org/wiki/Key-value_database) * [キーバリューストアの欠点](http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or) * [Redisアーキテクチャ](http://qnimate.com/overview-of-redis-architecture/) -* [メムキャッシュアーキテクチャ](https://www.adayinthelifeof.nl/2011/02/06/memcache-internals/) +* [メムキャッシュアーキテクチャ](https://adayinthelifeof.nl/2011/02/06/memcache-internals/) #### ドキュメントストア diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 047f6813..368f588a 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -977,7 +977,7 @@ NoSQL 是**键-值数据库**、**文档型数据库**、**列型数据库**或* - [键-值数据库](https://en.wikipedia.org/wiki/Key-value_database) - [键-值存储的劣势](http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or) - [Redis 架构](http://qnimate.com/overview-of-redis-architecture/) -- [Memcached 架构](https://www.adayinthelifeof.nl/2011/02/06/memcache-internals/) +- [Memcached 架构](https://adayinthelifeof.nl/2011/02/06/memcache-internals/) #### 文档类型存储 diff --git a/README-zh-TW.md b/README-zh-TW.md index fd53a703..d805e7e0 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -967,7 +967,7 @@ NoSQL 指的是 **鍵-值對的資料庫**、**文件類型資料庫**、**列 * [鍵值對資料庫](https://en.wikipedia.org/wiki/Key-value_database) * [鍵值對資料庫的缺點](http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or) * [Redis 架構](http://qnimate.com/overview-of-redis-architecture/) -* [Memcached 架構](https://www.adayinthelifeof.nl/2011/02/06/memcache-internals/) +* [Memcached 架構](https://adayinthelifeof.nl/2011/02/06/memcache-internals/) #### 文件類型資料庫 diff --git a/README.md b/README.md index f009ae8c..54edea4b 100644 --- a/README.md +++ b/README.md @@ -1015,7 +1015,7 @@ A key-value store is the basis for more complex systems such as a document store * [Key-value database](https://en.wikipedia.org/wiki/Key-value_database) * [Disadvantages of key-value stores](http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or) * [Redis architecture](http://qnimate.com/overview-of-redis-architecture/) -* [Memcached architecture](https://www.adayinthelifeof.nl/2011/02/06/memcache-internals/) +* [Memcached architecture](https://adayinthelifeof.nl/2011/02/06/memcache-internals/) #### Document store From 79364dbbdcc305cf411719d0ea53345b5048d53c Mon Sep 17 00:00:00 2001 From: mleers Date: Tue, 19 Apr 2022 17:37:02 -0700 Subject: [PATCH 3/3] Fix # 650: Replace broken weighted round robin link (#651) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54edea4b..9d47277a 100644 --- a/README.md +++ b/README.md @@ -597,7 +597,7 @@ DNS is hierarchical, with a few authoritative servers at the top level. Your ro Services such as [CloudFlare](https://www.cloudflare.com/dns/) and [Route 53](https://aws.amazon.com/route53/) provide managed DNS services. Some DNS services can route traffic through various methods: -* [Weighted round robin](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb) +* [Weighted round robin](https://www.jscape.com/blog/load-balancing-algorithms) * Prevent traffic from going to servers under maintenance * Balance between varying cluster sizes * A/B testing