From 9d9f0cd60e03d71e10c81b9e73ea079c9a01bf8b Mon Sep 17 00:00:00 2001 From: Pierre Lebrun Date: Wed, 5 Oct 2011 14:56:43 -0400 Subject: [PATCH] corrected link for the anchor text 'tags' --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 051e6227..bf0f35fd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -65,7 +65,7 @@ Now you can use it in your steps: click_link 'Sign in' end -Capybara sets up some {tags}[http://wiki.github.com/aslakhellesoy/cucumber/tags] +Capybara sets up some {tags}[https://github.com/cucumber/cucumber/wiki/tags] for you to use in Cucumber. Often you'll want to run only some scenarios with a driver that supports JavaScript, Capybara makes this easy: simply tag the scenario (or feature) with @javascript: