From ae5f56fac6d667d220feceae934a9c84d1177903 Mon Sep 17 00:00:00 2001 From: Amy Chang Date: Thu, 15 Oct 2015 11:15:23 -0400 Subject: [PATCH] fixed link to selenium download list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd26aff..0e958bd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For more information, see: # Usage -See the included SampleTest.php. Start up the Selenium 2 standalone server (http://code.google.com/p/selenium/downloads/list) and run the test with: +See the included SampleTest.php. Start up the Selenium 2 standalone server (http://selenium-release.storage.googleapis.com/index.html) and run the test with: phpunit SampleTest.php