From ffb57958d28b45868f06d60216cd4e2291564864 Mon Sep 17 00:00:00 2001 From: "b.long" Date: Thu, 7 Jun 2012 17:47:22 -0300 Subject: [PATCH] Switched link for GhostDriver, since GitHub page appears to be missing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c0dd4e..bfa307a9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ PhantomJS needs not be used only as a stand-alone tool. Check also some excellen - [CasperJS](http://casperjs.org) enables easy navigation scripting and common high-level testing. - [Poltergeist](https://github.com/jonleighton/poltergeist) allows running Capybara tests headlessly. - [Guard::Jasmine](https://github.com/netzpirat/guard-jasmine) automatically tests Jasmine specs on Rails when files are modified. -- [GhostDriver](http://detro.github.com/ghostdriver/) complements Selenium tests with a PhantomJS WebDriver implementation. +- [GhostDriver](http://github.com/detro/ghostdriver/) complements Selenium tests with a PhantomJS WebDriver implementation. - [PhantomRobot](https://github.com/datakurre/phantomrobot) runs Robot Framework acceptance tests in the background via PhantomJS. and many others [companion projects](http://code.google.com/p/phantomjs/wiki/WhoUsesPhantomJS).