From 00d80cb772011db23af123c2119ba93efe424d25 Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Tue, 20 Feb 2024 08:01:11 +0800 Subject: [PATCH] Fix link in must-read articles How to Build Good Software was moved by the Civil Service College of Singapore to it's current location. Change the link to reflect this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db65fa0..83556fd 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ There are some free books available, including: - Having some technical debt is healthy. - Senior engineers must develop many skills besides programming. - We’re all still junior in some areas. -- [How to Build Good Software](https://www.csc.gov.sg/articles/how-to-build-good-software) +- [How to Build Good Software](https://knowledge.csc.gov.sg/ethos-issue-21/how-to-build-good-software/) - A good high-level summary of fundamental engineering practices. - The root cause of bad software has less to do with specific engineering choices, and more to do with how development projects are managed. - There is no such thing as platonically good engineering: it depends on your needs and the practical problems you encounter.