Skip to content

Commit 4b81fc2

Browse files
readme fix
1 parent 4ac29e5 commit 4b81fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to the BrowserStack servers using the above API.
1919
* To run local tests, run `bundle exec rake local`
2020

2121
## Notes
22-
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate)
22+
* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate)
2323
* Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities
2424
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
2525

ios/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Upload your Native App (.ipa file) to BrowserStack servers using upload API:
88

99
```
10-
curl -u "username:accesskey" -X POST "https://api.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
10+
curl -u "username:accesskey" -X POST "https://api-cloud.browserstack.com/app-automate/upload" -F "file=@/path/to/app/file/Application-debug.ipa"
1111
```
1212

1313
* If you do not have an .ipa file and looking to simply try App Automate, [you can download our sample app and upload](https://www.browserstack.com/app-automate/sample-apps/ios/BStackSampleApp.ipa)
@@ -19,7 +19,7 @@ to the BrowserStack servers using the above API.
1919
* To run local tests, run `bundle exec rake local`
2020

2121
## Notes
22-
* You can view your test results on the [BrowserStack Automate dashboard](https://www.browserstack.com/app-automate)
22+
* You can view your test results on the [BrowserStack App Automate dashboard](https://www.browserstack.com/app-automate)
2323
* Refer [Get Started](https://www.browserstack.com/app-automate/appium-cucumber) document to configure the capabilities
2424
* You can export the environment variables for the Username and Access Key of your BrowserStack account.
2525

0 commit comments

Comments
 (0)