README.md in watir-webdriver-0.4.1 vs README.md in watir-webdriver-0.5.0

- old
+ new

@@ -2,11 +2,11 @@ =============== Watir implementation built on WebDriver's Ruby bindings. See http://rubyforge.org/pipermail/wtr-development/2009-October/001313.html. -[![Build Status](https://secure.travis-ci.org/jarib/watir-webdriver.png)](http://travis-ci.org/jarib/watir-webdriver) +[![Build Status](https://secure.travis-ci.org/watir/watir-webdriver.png)](http://travis-ci.org/watir/watir-webdriver) API docs -------- http://jarib.github.com/watir-webdriver/doc/ @@ -31,21 +31,21 @@ The file in lib/watir/elements/generated.rb is autogenerated from the HTML5 spec. This is done by extracting the IDL parts from the spec and processing them with the WebIDL gem (link below). Specs ----- -watir-webdriver uses [watirspec](http://github.com/jarib/watirspec) for testing. After cloning, you should fetch the submodule: +watir-webdriver uses [watirspec](http://github.com/watir/watirspec) for testing. After cloning, you should fetch the submodule: git submodule init && git submodule update Specs specific to watir-webdriver are found in spec/*_spec.rb, with watirspec in spec/watirspec. See also -------- * http://github.com/jarib/webidl -* http://github.com/jarib/watirspec/tree/watir2 +* http://github.com/watir/watirspec * http://selenium.googlecode.com Dependencies ------------ @@ -63,6 +63,6 @@ * Send me a pull request. Bonus points for topic branches. Copyright --------- -Copyright (c) 2009-2011 Jari Bakken. See LICENSE for details. +Copyright (c) 2009-2012 Jari Bakken. See LICENSE for details.