Skip to content

Commit 24eee32

Browse files
committed
Update broken codingdojo link fixes #1
1 parent ef18ac1 commit 24eee32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ in the martial arts. A code kata is an exercise in programming which
1010
helps a programmer hone their skills through practice and repetition.
1111
As of October 2011, Dave Thomas has published 21 different katas.
1212

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

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

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

0 commit comments

Comments
 (0)