From e1a6bed337c7bb0967d50f2b1a2eb8686784326f Mon Sep 17 00:00:00 2001 From: Nickolas Fotopoulos Date: Mon, 3 Jul 2023 07:48:05 +0800 Subject: [PATCH] Update URL to Advantages and Disadvantages paper Fix broken link --- README-zh-CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 96f5d8f..a7cec76 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -62,7 +62,7 @@ ## 一些好的参考文献 * [为什么谷歌将数十亿行代码存储在一个仓库中?](https://research.google.com/pubs/pub45424.html) -* [monorepo 的优势和劣势。谷歌的一个案例研究](https://people.engr.ncsu.edu/ermurph3/papers/seip18.pdf) +* [monorepo 的优势和劣势。谷歌的一个案例研究](https://dl.acm.org/doi/pdf/10.1145/3183519.3183550) * [为什么你应该为你公司的所有项目使用一个单一的仓库?](https://www.drmaciver.com/2016/10/why-you-should-use-a-single-repository-for-all-your-companys-projects/) * [monorepo 的优势](https://danluu.com/monorepo/) * [Monorepos 使内心的源泉变得鲜活起来](https://kevingoslar.medium.com/monorepos-make-inner-source-come-to-life-bd1592b0cadf) diff --git a/README.md b/README.md index cd147e9..e457b79 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/pdf/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)