Skip to content

Commit f3d8e0a

Browse files
replaced appium doc links with doc archive links
1 parent 0fc768b commit f3d8e0a

35 files changed

Lines changed: 94 additions & 94 deletions

File tree

packages/wdio-appium-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
WebdriverIO Appium Service
22
==========================
33

4-
Handling the Appium server is out of the scope of the actual WebdriverIO project. This service helps you to run the Appium server seamlessly when running tests with the [WDIO testrunner](https://webdriver.io/docs/clioptions). It starts the [Appium Server](http://appium.io/docs/en/about-appium/getting-started/index.html#starting-appium) in a child process.
4+
Handling the Appium server is out of the scope of the actual WebdriverIO project. This service helps you to run the Appium server seamlessly when running tests with the [WDIO testrunner](https://webdriver.io/docs/clioptions). It starts the [Appium Server](https://appium.github.io/appium.io/docs/en/about-appium/getting-started/index.html#starting-appium) in a child process.
55

66
## Installation
77

@@ -85,7 +85,7 @@ export const config = {
8585
### args
8686
Map of arguments for the Appium server, passed directly to `appium`.
8787

88-
See [the documentation](http://appium.io/docs/en/writing-running-appium/server-args/index.html) for possible arguments.
88+
See [the documentation](https://appium.github.io/appium.io/docs/en/writing-running-appium/server-args/index.html) for possible arguments.
8989
The arguments should be supplied in lower camel case, so `--pre-launch true` becomes `preLaunch: true` or passed as an array.
9090

9191
Type: `Object` or `Array`

packages/wdio-protocols/src/protocols/appium.ts

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

packages/wdio-protocols/src/protocols/mjsonwp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
type: 'number',
5858
name: 'connectionType',
5959
description:
60-
'see http://appium.io/docs/en/writing-running-appium/other/network-connection/',
60+
'see https://appium.github.io/appium.io/docs/en/writing-running-appium/other/network-connection/',
6161
},
6262
},
6363
POST: {

packages/wdio-types/src/Capabilities.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ export interface ChromeCapabilities {
396396
/**
397397
* Appium General W3C Capabilities
398398
*
399-
* @see https://appium.io/docs/en/writing-running-appium/caps/
399+
* @see https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/
400400
*/
401401
export interface AppiumCapabilities {
402402
/**
@@ -439,7 +439,7 @@ export interface AppiumCapabilities {
439439
'appium:deviceName'?: string;
440440
/**
441441
* The absolute local path or remote http URL to a .ipa file (IOS), .app folder (IOS Simulator), .apk file (Android)
442-
* or [.apks file (Android App Bundle)](https://appium.io/docs/en/writing-running-appium/android/android-appbundle/index.html),
442+
* or [.apks file (Android App Bundle)](https://appium.github.io/appium.io/docs/en/writing-running-appium/android/android-appbundle/index.html),
443443
* or a .zip file containing one of these.
444444
*
445445
* Appium will attempt to install this app binary on the appropriate device first.
@@ -486,7 +486,7 @@ export interface AppiumCapabilities {
486486
/**
487487
* Appium Android Only Capabilities
488488
*
489-
* @see https://appium.io/docs/en/writing-running-appium/caps/#android-only
489+
* @see https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/#android-only
490490
*/
491491
export interface AppiumAndroidCapabilities {
492492
'appium:appiumVersion'?: string;

packages/webdriverio/src/commands/browser/saveRecordingScreen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getAbsoluteFilepath, assertDirectoryExists } from '../../utils/index.js
77
*
88
* :::info
99
*
10-
* This command is only supported for mobile sessions running on [Appium](http://appium.io/docs/en/commands/device/recording-screen/start-recording-screen/).
10+
* This command is only supported for mobile sessions running on [Appium](https://appium.github.io/appium.io/docs/en/commands/device/recording-screen/start-recording-screen/).
1111
*
1212
* :::
1313
*

website/docs/Capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While the amount of fixed defined capabilities is verry low, everyone can provid
3030

3131
### Automation Engine Capability Extensions
3232

33-
- `appium:xxx`: [Appium](https://appium.io/docs/en/writing-running-appium/caps/)
33+
- `appium:xxx`: [Appium](https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/)
3434
- `selenoid:xxx`: [Selenoid](https://github.com/aerokube/selenoid/blob/master/docs/special-capabilities.adoc)
3535
- and many more...
3636

website/docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Default: `null`
8686
}
8787
```
8888

89-
If you’re running web or native tests on mobile devices, `capabilities` differs from the WebDriver protocol. See the [Appium Docs](http://appium.io/docs/en/writing-running-appium/caps/) for more details.
89+
If you’re running web or native tests on mobile devices, `capabilities` differs from the WebDriver protocol. See the [Appium Docs](https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/) for more details.
9090

9191
### logLevel
9292

website/docs/api/Protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Given this protocol is currently work in progress more features will be added ov
3636

3737
The [Appium](https://appium.io/) project provides capabilities to automate mobile, desktop and all other kinds of IoT devices. While WebDriver focuses on browser and the web, the vision of Appium is to use the same approach but for any arbitrary device. In addition to the commands that WebDriver defines, it has special commands that often are specific to the remote device that is being automated. For mobile testing scenarios this is ideal when you want to write and run the same tests for both Android and iOS applications.
3838

39-
According to Appium [documentation](https://appium.io/docs/en/about-appium/intro/?lang=en) it was designed to meet mobile automation needs according to a philosophy outlined by the following four tenets:
39+
According to Appium [documentation](https://appium.github.io/appium.io/docs/en/about-appium/intro/?lang=en) it was designed to meet mobile automation needs according to a philosophy outlined by the following four tenets:
4040

4141
- You shouldn't have to recompile your app or modify it in any way in order to automate it.
4242
- You shouldn't be locked into a specific language or framework to write and run your tests.

website/i18n/de/docusaurus-plugin-content-docs/current/Capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Während die Menge an fest definierten Fähigkeiten sehr gering ist, kann jeder
3030

3131
### Erweiterungen der Automation Engine-Capabilities
3232

33-
- `appium:xxx`: [Appium](https://appium.io/docs/en/writing-running-appium/caps/)
33+
- `appium:xxx`: [Appium](https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/)
3434
- `selenoid:xxx`: [Selenoid](https://github.com/aerokube/selenoid/blob/master/docs/special-capabilities.adoc)
3535
- und viel, viel mehr!
3636

website/i18n/de/docusaurus-plugin-content-docs/current/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Type: `Object`<br /> Default: `null`
7878
}
7979
```
8080

81-
Wenn Sie Web- oder native Tests auf Mobilgeräten ausführen, unterscheiden sich `Capabilities` vom WebDriver-Protokoll. Siehe [Appium Docs](http://appium.io/docs/en/writing-running-appium/caps/) für weitere Details.
81+
Wenn Sie Web- oder native Tests auf Mobilgeräten ausführen, unterscheiden sich `Capabilities` vom WebDriver-Protokoll. Siehe [Appium Docs](https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/) für weitere Details.
8282

8383
### logLevel
8484

0 commit comments

Comments
 (0)