Skip to content

Commit ff3ffb7

Browse files
committed
fix broken link thanks banditelol
1 parent d969552 commit ff3ffb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chapter_03_abstractions.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ git checkout chapter_03_abstractions
2424
A key theme in this book, hidden among the fancy patterns, is that we can use
2525
simple abstractions to hide messy details. When we're writing code for fun, or
2626
in a kata,footnote:[A code kata is a small, contained programming challenge often
27-
used to practice TDD. See https://oreil.ly/vhjju["Kata—The Only Way to Learn TDD"] by Peter Provost.]
27+
used to practice TDD. See
28+
https://web.archive.org/web/20221024055359/http://www.peterprovost.org/blog/2012/05/02/kata-the-only-way-to-learn-tdd/["Kata—The Only Way to Learn TDD"] by Peter Provost.]
2829
we get to play with ideas freely, hammering things out and refactoring
2930
aggressively. In a large-scale system, though, we become constrained by the
3031
decisions made elsewhere in the system.

0 commit comments

Comments
 (0)