From fac06c7d9ba18f3531d99e65d0ec46d7731f8a0a Mon Sep 17 00:00:00 2001 From: Abhiknoldur <40783840+Abhiknoldur@users.noreply.github.com> Date: Wed, 15 May 2019 10:47:20 +0530 Subject: [PATCH] Updated the link for mobile doc because previous was expired or moved from that link --- docs/mobile-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mobile-setup.md b/docs/mobile-setup.md index 68e89e17f..c96dae450 100644 --- a/docs/mobile-setup.md +++ b/docs/mobile-setup.md @@ -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): @@ -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 @@ -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):