updated #visit hyperlink in README.md to visit

This commit is contained in:
Glen Bray 2013-11-10 22:43:41 +11:00
parent 8cd23d6351
commit edf61db600
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ Capybara heavily uses XPath, which doesn't support case insensitivity.
### Navigating ### Navigating
You can use the You can use the
[#visit](http://rubydoc.info/github/jnicklas/capybara/master/Capybara/Session#visit-instance_method) <tt>[visit](http://rubydoc.info/github/jnicklas/capybara/master/Capybara/Session#visit-instance_method)</tt>
method to navigate to other pages: method to navigate to other pages:
```ruby ```ruby