summaryrefslogtreecommitdiff
path: root/wiki/git/theory-and-practice/index.md
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-06-06 14:27:15 -0400
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-06-06 14:27:15 -0400
commitf60c5a6fdd1f5fc5cf3a7d76d0e4029f7bf12b9b (patch)
treec0dc95308845bcce0af310f3d168d4bc20c346cd /wiki/git/theory-and-practice/index.md
parentb83db1e2ab29ad1259abdf4cd9df3dbfdedf7814 (diff)
Use Gabriel's own copy of The Rise of Worse is Better (thanks, Dave V!)
Diffstat (limited to 'wiki/git/theory-and-practice/index.md')
-rw-r--r--wiki/git/theory-and-practice/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiki/git/theory-and-practice/index.md b/wiki/git/theory-and-practice/index.md
index 04d7a10..03615de 100644
--- a/wiki/git/theory-and-practice/index.md
+++ b/wiki/git/theory-and-practice/index.md
@@ -15,9 +15,9 @@ that front, too), we still have the `git(1)` UI right now and people still get
into trouble with it right now.
Git follows the New Jersey approach laid out in Richard Gabriel's [The Rise of
-"Worse is Better"](http://www.jwz.org/doc/worse-is-better.html): given the
-choice between a simple implementation and a simple interface, Git chooses the
-simple implementation almost everywhere. This internal simplicity can give
+"Worse is Better"](http://www.dreamsongs.com/RiseOfWorseIsBetter.html): given
+the choice between a simple implementation and a simple interface, Git chooses
+the simple implementation almost everywhere. This internal simplicity can give
users the leverage to fix the problems that its horrible user interface leads
them into, so these pages will focus on explaining the simple parts and giving
users the tools to examine them.