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

Commit 96719c0

Browse files
tgfjtheathkit
authored andcommitted
docs(mobile-setup): fix link the WebDriver page (#3957)
1 parent 6a4dc7a commit 96719c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/mobile-setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Setting Up Protractor with Appium - Android/Chrome
1010

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

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

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

2626
```shell
2727
> webdriver-manager start --android
@@ -72,7 +72,7 @@ Setting Up Protractor with Appium - iOS/Safari
7272

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

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

0 commit comments

Comments
 (0)