Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the link for mobile doc because previous was expired or moved… #5237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/mobile-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Setting Up Protractor with Appium - Android/Chrome

Use `webdriver-manager` to install `appium` and the Android SDK. See details
[on the WebDriver Manager page](
https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md).
https://github.com/angular/webdriver-manager/blob/legacy/docs/mobile.md).

###### Running Tests
* Ensure app is running if testing local app (Skip if testing public website):
Expand All @@ -21,7 +21,7 @@ Starting express web server in /workspace/protractor/testapp on port 8000
```

* Start appium and the Android Emulators (details [on the WebDriver Manager
page](https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md)).
page](https://github.com/angular/webdriver-manager/blob/legacy/docs/mobile.md)).

```shell
> webdriver-manager start --android
Expand Down Expand Up @@ -57,7 +57,7 @@ Setting Up Protractor with Appium - iOS/Safari

Use `webdriver-manager` to install `appium` and the Android SDK. See details
[on the WebDriver Manager page](
https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md).
https://github.com/angular/webdriver-manager/blob/legacy/docs/mobile.md).

###### Running Tests
* Ensure app is running if testing local app (Skip if testing public website):
Expand Down