Skip to content

Commit

Permalink
Fix broken links in documentation (appium#11015)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham authored Jul 8, 2018
1 parent 6ae14c8 commit 174912a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Check out our [Getting Started](/docs/en/about-appium/getting-started.md) guide
to get going with Appium.

There is also sample code that contains [many examples of tests in a variety
of different languages](https://github.com/appium/appium/sample-code)!
of different languages](https://github.com/appium/sample-code/tree/master/sample-code)!

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion commands-yml/commands/device/keys/is-keyboard-shown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ example_usage:
@driver.is_keyboard_shown

client_docs:
java: "https://appium.github.io/java-client/io/appium/java_client/android/HasDeviceDetails.html#isKeyboardShown--"
java: "https://appium.github.io/java-client/io/appium/java_client/HasOnScreenKeyboard.html#isKeyboardShown--"
javascript_wd: "https://github.com/admc/wd/blob/master/lib/commands.js#L2638"
ruby: "https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#is_keyboard_shown-instance_method"

Expand Down
2 changes: 1 addition & 1 deletion commands-yml/commands/device/keys/long-press-keycode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ example_usage:
// TODO C# sample

client_docs:
java: "https://appium.github.io/java-client/io/appium/java_client/PressesKeyCode.html#longPressKeyCode-int-"
java: "https://appium.github.io/java-client/io/appium/java_client/windows/PressesKeyCode.html#longPressKeyCode-int-"
python: "https://github.com/appium/python-client/blob/master/appium/webdriver/webdriver.py#L431"
javascript_wdio: "http://webdriver.io/api/mobile/longPressKeycode.html"
javascript_wd: "https://github.com/admc/wd/blob/master/lib/commands.js#L2478"
Expand Down
2 changes: 1 addition & 1 deletion commands-yml/commands/device/keys/press-keycode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ example_usage:
// TODO C# sample

client_docs:
java: "https://appium.github.io/java-client/io/appium/java_client/PressesKeyCode.html#pressKeyCode-int-"
java: "https://appium.github.io/java-client/io/appium/java_client/windows/PressesKeyCode.html#pressKeyCode-int-"
python: "https://github.com/appium/python-client/blob/master/appium/webdriver/webdriver.py#L415"
javascript_wdio: "http://webdriver.io/api/mobile/longPressKeycode.html"
javascript_wd: "https://github.com/admc/wd/blob/master/lib/commands.js#L2457"
Expand Down
2 changes: 1 addition & 1 deletion commands-yml/commands/device/system/system-bars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ example_usage:
// TODO

client_docs:
java: "https://appium.github.io/java-client/io/appium/java_client/android/HasDeviceDetails.html#getSystemBars--"
java: "https://appium.github.io/java-client/io/appium/java_client/android/HasAndroidDeviceDetails.html#getSystemBars--"
ruby: "https://www.rubydoc.info/github/appium/ruby_lib_core/Appium/Core/Device#get_system_bars-instance_method"
php: "https://github.com/appium/php-client/" # TODO
csharp: "https://github.com/appium/appium-dotnet-driver/" # TODO
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/about-appium/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Appium 旨在满足移动端自动化需求的理念,概述为以下四个原

* iOS 9.3 及以上:苹果的 [XCUITest](https://developer.apple.com/reference/xctest)
* iOS 9.3 及以下:苹果的 [UIAutomation](https://web.archive.org/web/20160904214108/https://developer.apple.com/library/ios/documentation/DeveloperTools/Reference/UIAutomationRef/)
* Android 4.2+: 谷歌的 [UiAutomator](http://developer.android.com/tools/help/uiautomator/index.html)
* Android 4.2+: 谷歌的 [UiAutomator](https://developer.android.com/training/testing/ui-automator)
* Android 2.3+: 谷歌的 [Instrumentation](http://developer.android.com/reference/android/app/Instrumentation.html)(通过绑定另外的项目——[ Selendroid ](http://selendroid.io)提供 Instrumentation 的支持)
* Windows: 微软的 [WinAppDriver](http://github.com/microsoft/winappdriver)

Expand Down
4 changes: 2 additions & 2 deletions docs/en/about-appium/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ additional dependencies.

(Chances are, you'll eventually want to automate something other than Android
using something other than JavaScript. In that case, check out our
[sample-code](https://github.com/appium/appium/sample-code), which has code
[sample-code](https://github.com/appium/sample-code/tree/master/sample-code), which has code
samples for many languages and platforms.)

#### Prerequisites
Expand Down Expand Up @@ -251,7 +251,7 @@ We've only scratched the surface of what you can do with Appium. Check out
these resources to help you on your journey:

- The Appium [command reference](https://appium.io/docs/en/commands/status/) - learn about what commands are available, how to use them with specific client libraries, etc...
- The [sample-code](https://github.com/appium/appium/sample-code) repository, where lots more code samples are available
- The [sample-code](https://github.com/appium/sample-code) repository, where lots more code samples are available

- [discuss.appium.io](https://discuss.appium.io) - this is the Appium community forum, which is a great first place to go for help getting started, or if you think you may have run into a bug
- The Appium [issue tracker](https://github.com/appium/appium/issues) - let the Appium maintainers know here if you think you've found a bug
2 changes: 1 addition & 1 deletion docs/en/about-appium/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ shipping**. The vendor-provided frameworks we use are:

* iOS 9.3 and above: Apple's [XCUITest](https://developer.apple.com/reference/xctest)
* iOS 9.3 and lower: Apple's [UIAutomation](https://web.archive.org/web/20160904214108/https://developer.apple.com/library/ios/documentation/DeveloperTools/Reference/UIAutomationRef/)
* Android 4.2+: Google's [UiAutomator/UiAutomator2](http://developer.android.com/tools/help/uiautomator/index.html)
* Android 4.2+: Google's [UiAutomator/UiAutomator2](https://developer.android.com/training/testing/ui-automator)
* Android 2.3+: Google's [Instrumentation](http://developer.android.com/reference/android/app/Instrumentation.html). (Instrumentation support is provided by bundling a separate project, [Selendroid](http://selendroid.io))
* Windows: Microsoft's [WinAppDriver](http://github.com/microsoft/winappdriver)

Expand Down
2 changes: 1 addition & 1 deletion docs/en/commands/device/keys/long-press-keycode.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ await driver.longPressKeyCode(10);

|Language|Support|Documentation|
|--------|-------|-------------|
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/PressesKeyCode.html#longPressKeyCode-int-) |
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/windows/PressesKeyCode.html#longPressKeyCode-int-) |
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/appium/webdriver/webdriver.py#L431) |
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | [webdriver.io](http://webdriver.io/api/mobile/longPressKeycode.html) |
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2478) |
Expand Down
2 changes: 1 addition & 1 deletion docs/en/commands/device/keys/press-keycode.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ await driver.pressKeycode(10);

|Language|Support|Documentation|
|--------|-------|-------------|
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/PressesKeyCode.html#pressKeyCode-int-) |
|[Java](https://github.com/appium/java-client/releases/latest)| All | [appium.github.io](https://appium.github.io/java-client/io/appium/java_client/windows/PressesKeyCode.html#pressKeyCode-int-) |
|[Python](https://github.com/appium/python-client/releases/latest)| All | [github.com](https://github.com/appium/python-client/blob/master/appium/webdriver/webdriver.py#L415) |
|[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | [webdriver.io](http://webdriver.io/api/mobile/longPressKeycode.html) |
|[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L2457) |
Expand Down

0 comments on commit 174912a

Please sign in to comment.