From 0a8acfa6315362aa0ad0d17f29df210ed6194f1e Mon Sep 17 00:00:00 2001 From: Fabien MARTY Date: Sun, 26 Dec 2021 11:17:32 +0100 Subject: [PATCH] fix a dead link for "no silver bullet" document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96afffc..75cf0c9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ But knowing the stuff will help you become better! :muscle:* ### Architecture - :scroll: [A Field Guide to Boxology](https://web.cs.wpi.edu/~cs562/s98/pdf/Boxology.pdf) - :scroll: [Out of the Tar Pit](https://github.com/papers-we-love/papers-we-love/blob/master/design/out-of-the-tar-pit.pdf?raw=true) -- :scroll: [No Silver Bullet — Essence and Accidents of Software Engineering](https://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) +- :scroll: [No Silver Bullet — Essence and Accidents of Software Engineering](http://www.cs.unc.edu/techreports/86-020.pdf) - :movie_camera: [Growing a Language](https://www.youtube.com/watch?v=_ahvzDzKdB0) - :movie_camera: [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) - :book: [Practical Object Oriented Design in Ruby](https://www.poodr.com/)