Skip to content

Commit

Permalink
Fixed bad URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 22, 2011
1 parent 34eb349 commit 0319bd4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,7 @@
# The Gilded Rose Code Kata # The Gilded Rose Code Kata


This is a Ruby version of the Gilded Rose Kata, found This is a Ruby version of the Gilded Rose Kata, found
[here](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx [here](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx).
I Am Not Myself).


This is a refactorying kata, so you will be starting with a legacy This is a refactorying kata, so you will be starting with a legacy
code base. To work the Kata, clone this git repository and checkout code base. To work the Kata, clone this git repository and checkout
Expand All @@ -24,8 +23,7 @@ following changes:
items as a parameter rather than a hard coded constant. items as a parameter rather than a hard coded constant.


You can read You can read
[the original kata article](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx [the original kata article](http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx) for more details.
I Am Not Myself) for more details.


## Git Branches ## Git Branches


Expand Down

0 comments on commit 0319bd4

Please sign in to comment.