From 0c47a08893f39f294d4302d33557e9d1638a0b43 Mon Sep 17 00:00:00 2001 From: David Wickes Date: Wed, 27 Mar 2019 15:28:47 +0000 Subject: [PATCH] Fixing the Manny Lehman link --- why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/why.md b/why.md index 33c1bce61..0ca5d539c 100644 --- a/why.md +++ b/why.md @@ -22,7 +22,7 @@ A lot of people are choosing Go to build systems because it has made a number of Even with all these great properties we can still make terrible systems, so we should look to the past and understand lessons in software engineering that apply no matter how shiny (or not) your language is. -In 1974 a clever software engineer called [Manny Lehman](https://en.wikipedia.org/wiki/Manny_Lehman_(computer_scientist) wrote [Lehman's laws of software evolution](https://en.wikipedia.org/wiki/Lehman%27s_laws_of_software_evolution). +In 1974 a clever software engineer called [Manny Lehman](https://en.wikipedia.org/wiki/Manny_Lehman_(computer_scientist)) wrote [Lehman's laws of software evolution](https://en.wikipedia.org/wiki/Lehman%27s_laws_of_software_evolution). > The laws describe a balance between forces driving new developments on one hand, and forces that slow down progress on the other hand.