Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

docs(mobile-setup): fix link the WebDriver page #3957

Merged
merged 1 commit into from
Jan 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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/mobile.md).
https://github.com/angular/webdriver-manager/blob/master/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/mobile.md)).
page](https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md)).

```shell
> webdriver-manager start --android
Expand Down Expand Up @@ -72,7 +72,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/mobile.md).
https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md).

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