From 3df6b82c6508035f9eadc61535a41fab2548e6ff Mon Sep 17 00:00:00 2001 From: Jonas Maturana Larsen Date: Fri, 9 Mar 2012 17:40:15 -0300 Subject: [PATCH] Fixed broken links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 653fdef11..70132f0e6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +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) \ No newline at end of file