Skip to content

Commit 1a4eabd

Browse files
authored
docs(common): fix broken relative links (#746)
1 parent 4c8d881 commit 1a4eabd

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

apps/site/docs/en/common/prepare-android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install [Node.js 18 or above](https://nodejs.org/en/download/) globally.
88

99
Prepare an API key from a visual-language (VL) model. You will use it later.
1010

11-
You can check the supported models in [Choose a model](./choose-a-model)
11+
You can check the supported models in [Choose a model](../choose-a-model)
1212

1313
### Install adb
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Prepare the config for the AI model you want to use. You can check the supported models in [Choose a model](./choose-a-model)
1+
Prepare the config for the AI model you want to use. You can check the supported models in [Choose a model](../choose-a-model)

apps/site/docs/en/common/setup-env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Setup AI model service
22

3-
Set your model configs into the environment variables. You may refer to [choose a model](./choose-a-model) for more details.
3+
Set your model configs into the environment variables. You may refer to [choose a model](../choose-a-model) for more details.
44

55
```bash
66
# replace with your own

apps/site/docs/en/common/start-experience.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ the login button
2828

2929
Enjoy !
3030

31-
> For the different between "Auto Planning" and "Instant Action", please refer to the [API](./API.html) document.
31+
> For the different between "Auto Planning" and "Instant Action", please refer to the [API](../API.html) document.
3232
3333
## Want to write some code ?
3434

3535
After experiencing, you may want to write some code to integrate Midscene. There are multiple ways to do that. Please refer to the documents below:
3636

37-
* [Automate with Scripts in YAML](./automate-with-scripts-in-yaml)
37+
* [Automate with Scripts in YAML](../automate-with-scripts-in-yaml)

apps/site/docs/zh/common/prepare-android.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
准备一个视觉语言(VL)模型的 API Key。
1010

11-
你可以在 [选择 AI 模型](./choose-a-model) 文档中查看 Midscene.js 支持的模型和配置。
11+
你可以在 [选择 AI 模型](../choose-a-model) 文档中查看 Midscene.js 支持的模型和配置。
1212

1313
### 安装 adb
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
准备你想要使用的 AI 模型及其 API Key。你可以在 [选择模型](./choose-a-model) 文档中查看 Midscene.js 支持的模型。
1+
准备你想要使用的 AI 模型及其 API Key。你可以在 [选择模型](../choose-a-model) 文档中查看 Midscene.js 支持的模型。

apps/site/docs/zh/common/setup-env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 配置 AI 模型服务
22

3-
将你的模型配置写入环境变量。更多信息请查看 [选择 AI 模型](./choose-a-model)
3+
将你的模型配置写入环境变量。更多信息请查看 [选择 AI 模型](../choose-a-model)
44

55
```bash
66
# 替换为你的 API Key

apps/site/docs/zh/common/start-experience.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
快来试试吧!
2828

29-
> 关于自动规划(Auto Planning)和即时操作(Instant Action)的区别,请参考 [API](./API.html) 文档。
29+
> 关于自动规划(Auto Planning)和即时操作(Instant Action)的区别,请参考 [API](../API.html) 文档。
3030
3131
## 想将 Midscene 集成到代码?
3232

3333
插件体验结束后,你可能想将 Midscene 集成到代码中。这里有几种不同集成形式的文档:
3434

35-
* [使用 YAML 格式的自动化脚本](./automate-with-scripts-in-yaml)
35+
* [使用 YAML 格式的自动化脚本](../automate-with-scripts-in-yaml)

0 commit comments

Comments
 (0)