Skip to content

Commit

Permalink
Merge pull request carlosbuenosvinos#2 from quimcalpe/master
Browse files Browse the repository at this point in the history
Update broken codingdojo link fixes carlosbuenosvinos#1
  • Loading branch information
carlosbuenosvinos committed Jul 14, 2014
2 parents ef18ac1 + 24eee32 commit 224dfcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in the martial arts. A code kata is an exercise in programming which
helps a programmer hone their skills through practice and repetition.
As of October 2011, Dave Thomas has published 21 different katas.

You can find some to start practicing [here](http://codingdojo.org/cgi-bin/wiki.pl?KataCatalogue).
You can find some to start practicing [here](http://codingdojo.org/cgi-bin/index.pl?KataCatalogue).

When you do programming katas, you use TDD. That's why I have included
PHPUnit, Mockery, PHPSpec and Prophecy as composer dependencies. Choose
Expand Down Expand Up @@ -53,4 +53,4 @@ If you run 'php bin/phpunit' you will see the following output.
That's because you will find one class and its TestCase in the project
in order to help you. You can delete them.

Adder is a class that adds two numbers and AdderTest tests that.
Adder is a class that adds two numbers and AdderTest tests that.

0 comments on commit 224dfcc

Please sign in to comment.