From cf1a747c1a7775bd8e27d31176c12d371e78dafe Mon Sep 17 00:00:00 2001 From: Mukul Gupta Date: Tue, 26 Jul 2016 13:11:16 +0530 Subject: [PATCH] PHP Unit - Fixed broken link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8aea33..484f3e1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ * To run local tests, run `composer local` ## Notes -* You can view your test results on the [BrowserStack automate dashboard](https://www.browserstack.com/automate) +* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/automate) * To test on a different set of browsers, check out our [platform configurator](https://www.browserstack.com/automate/php#setting-os-and-browser) * You can export the environment variables for the Username and Access Key of your BrowserStack account @@ -25,7 +25,7 @@ ``` ## Additional Resources -* [Documentation for writing automate test scripts in PHP](https://www.browserstack.com/automate/php) +* [Documentation for writing Automate test scripts in PHP](https://www.browserstack.com/automate/php) * [Customizing your tests on BrowserStack](https://www.browserstack.com/automate/capabilities) -* [Browsers & mobile devices for selenium testing on BrowserStack](Browsers & Mobile Devices for Selenium Testing) +* [Browsers & mobile devices for selenium testing on BrowserStack](https://www.browserstack.com/list-of-browsers-and-platforms?product=automate) * [Using REST API to access information about your tests via the command-line interface](https://www.browserstack.com/automate/rest-api)