Skip to content

Commit

Permalink
Fixed broken links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmaturana committed Mar 9, 2012
1 parent 31ff02e commit 3df6b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,7 +51,7 @@ Writing a test
--------------
The Cucumber features goes in the `features` library and should have the ".feature" extension.

You can start out by looking at `features/test_dummy.feature`. You can extend this feature or make your own using some of the [predefined steps](features/step_definitions/canned_steps.md) that comes with Calabash.
You can start out by looking at `features/test_dummy.feature`. You can extend this feature or make your own using some of the [predefined steps](https://github.com/calabash/calabash-android/blob/master/features/step_definitions/canned_steps.md) that comes with Calabash.


Running test
Expand All @@ -68,4 +68,4 @@ To specify on which device the test should run (if you have both an emulator run
Predefined steps
-----------------

The predefined steps are located in the `features/step_definitions` folder. A compiled list of predefined steps with comments is available [here](blob/master/features/step_definitions/canned_steps.md)
The predefined steps are located in the `features/step_definitions` folder. A compiled list of predefined steps with comments is available [here](https://github.com/calabash/calabash-android/blob/master/features/step_definitions/canned_steps.md)

0 comments on commit 3df6b82

Please sign in to comment.