From e2c103cda663a734c9a36a6100de0d5ebfd21558 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Fri, 13 Jan 2012 13:10:02 -0500 Subject: [PATCH] Update documentation to point to actual capybara readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190a8da..afba588 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ In cucumber, tag scenarios with @javascript to run them using a headless WebKit In RSpec, use the :js => true flag. -Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.rdoc). +Take note of the transactional fixtures section of the [capybara README](https://github.com/jnicklas/capybara/blob/master/README.md). Contributing ------------