Skip to content

Commit fa71401

Browse files
573SrinivasanTarget
authored andcommitted
Update The-starting-of-an-Android-app.md (#1091)
Update two more links pointing in the wrong direction.
1 parent 026cfb8 commit fa71401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/The-starting-of-an-Android-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Steps:
22

3-
- you have to prepare environment for Android. [Details are provided here](http://appium.io/slate/en/master/?java#setup-(android))
3+
- you have to prepare environment for Android. [Details are provided here](https://github.com/appium/appium/blob/master/docs/en/drivers/android-uiautomator2.md)
44

55
- it needs to launch the appium server. You can launch Appium desktop application. If you use the server installed via npm then
66

77
_$ node **the_path_to_main.js_file** --arg1 value1 --arg2 value2_
8-
It is not necessary to use arguments. [The list of arguments](http://appium.io/slate/en/master/?java#appium-server-arguments)
8+
It is not necessary to use arguments. [The list of arguments](https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/server-args.md)
99

1010

1111
# The starting of an app

0 commit comments

Comments
 (0)