Skip to content

Commit a6fcd41

Browse files
authored
fix Manny Lehman link on gitbook.io (quii#352)
The renderer on https://quii.gitbook.io/learn-go-with-tests/meta/why cannot handle `))` unlike Github's renderer.
1 parent 4c8f75e commit a6fcd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A lot of people are choosing Go to build systems because it has made a number of
2222

2323
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.
2424

25-
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).
25+
In 1974 a clever software engineer called [Manny Lehman](https://en.wikipedia.org/wiki/Manny_Lehman_%28computer_scientist%29) wrote [Lehman's laws of software evolution](https://en.wikipedia.org/wiki/Lehman%27s_laws_of_software_evolution).
2626

2727
> The laws describe a balance between forces driving new developments on one hand, and forces that slow down progress on the other hand.
2828

0 commit comments

Comments
 (0)