Skip to content

Commit

Permalink
docs(java-client): Added correct url path for the latest appium docum…
Browse files Browse the repository at this point in the history
…entation
  • Loading branch information
bipin-k committed Aug 1, 2023
1 parent 1f8d893 commit 999f546
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/appium/java_client/AppiumBy.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static By custom(final String selector) {

/**
* This locator strategy is available only if OpenCV libraries and
* NodeJS bindings are installed on the server machine.
* Node.js bindings are installed on the server machine.
*
* @see <a href="https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/image-comparison.md">
* The documentation on Image Comparison Features</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#ios-only</a>
* <br>
* and<br>
* <a href="https://github.com/appium/appium-xcuitest-driver#desired-capabilities">
* https://github.com/appium/appium-xcuitest-driver#desired-capabilities</a>
* <a href="https://appium.github.io/appium-xcuitest-driver/latest/capabilities/">
* https://appium.github.io/appium-xcuitest-driver/latest/capabilities/</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
/**
* The list of common capabilities. <br>
* Read: <br>
* <a href="https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#general-capabilities">
* https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md#general-capabilities</a>
* <a href="https://appium.io/docs/en/latest/guides/caps/#appium-capabilities">
* https://appium.io/docs/en/latest/guides/caps/#appium-capabilities</a>
*
* @deprecated This interface will be removed. Use Options instead.
*/
Expand Down Expand Up @@ -117,8 +117,8 @@ public interface MobileCapabilityType extends CapabilityType {
* (e.g., the start and end of each command, etc.). Defaults to {@code false}.
* To enable, use {@code true}. The timings are then reported as {@code events} property on response
* to querying the current session. See the
* <a href="https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/event-timings.md">
* event timing docs</a> for the the structure of this response.
* <a href="https://appium.io/docs/en/latest/guides/event-timing/">
* event timing docs</a> for the structure of this response.
*/
String EVENT_TIMINGS = "eventTimings";

Expand Down

0 comments on commit 999f546

Please sign in to comment.