Skip to content

Commit

Permalink
docs(mobile-setup): fix link the WebDriver page (angular#3957)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgfjt authored and igniteram committed Feb 21, 2017
1 parent c35cad3 commit f1f1eb7
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit f1f1eb7

Please sign in to comment.