From 135d8693232d18bc9cba7640ad89e5745f043189 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Thu, 6 Jul 2023 09:25:28 +1000 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd147e9..ebaef2c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ English | [简体中文](./README-zh-CN.md) ## Good reads * [Why Google Stores Billions of Lines of Code in a Single Repository](https://research.google.com/pubs/pub45424.html) -* [Advantages and Disadvantages of a Monolithic Repository: A case study at Google](https://people.engr.ncsu.edu/ermurph3/papers/seip18.pdf) +* [Advantages and Disadvantages of a Monolithic Repository: A case study at Google](https://dl.acm.org/doi/10.1145/3183519.3183550) * [Why you should use a single repository for all your company’s projects](https://www.drmaciver.com/2016/10/why-you-should-use-a-single-repository-for-all-your-companys-projects/) * [Advantages of monorepos](https://danluu.com/monorepo/) * [Monorepos make inner-source come to life](https://kevingoslar.medium.com/monorepos-make-inner-source-come-to-life-bd1592b0cadf)