From 001af7ce31f3b7c0b04eda5b1089c589ccdaf706 Mon Sep 17 00:00:00 2001 From: Romain Tribes Date: Thu, 21 Jun 2012 11:23:10 +0200 Subject: [PATCH] Fix dead link. PhantomJS website is not available with HTTPS. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 300177a..2158a36 100644 --- a/README.rdoc +++ b/README.rdoc @@ -29,7 +29,7 @@ If you are using cucumber, you might add the following lines to your features/su == Acknowledgements -* {PhantomJS}[https://phantomjs.org] for providing a cross-platform headless webkit browser with a JS interface +* {PhantomJS}[http://phantomjs.org] for providing a cross-platform headless webkit browser with a JS interface * {Capybara}[http://github.com/jnicklas/capybara] for the amazing flexibility and test suite * {capybara-zombie}[https://github.com/plataformatec/capybara-zombie] which was used as basis to create this gem * {Socket.IO}[https://github.com/LearnBoost/Socket.IO-node] for providing a way to instruct PhantomJS from a Ruby process over a socket