Skip to content

Commit ffe5b12

Browse files
authored
Merge pull request #75 from alovajs/feature/[email protected]
fix: doc links error
2 parents 533062e + 1ade638 commit ffe5b12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/api/07-wormhole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pnpm add @alova/wormhole -D
1717

1818
:::info extension installation tips
1919

20-
If you are using vscode, it is strongly recommended that you use `@alova/wormhole` with alova's vscode extension. Please refer to [Editor Extension Integration](/tutorial/getting-started/extension-integration) to install vscode extension
20+
If you are using vscode, it is strongly recommended that you use `@alova/wormhole` with alova's vscode extension. Please refer to [OpenAPI Integration](/tutorial/getting-started/openapi-integration) to install vscode extension
2121
.
2222

2323
If you are using other editors, you can also use the `@alova/wormhole` command to generate complete API information.

docs/tutorial/02-getting-started/01-introduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class B redNode;
407407
classDef redNode fill:transparent,stroke:#ee4400,color:#ee4400,stroke-width:4px;
408408
```
409409

410-
> For a detailed introduction to alova devtools, please refer to [Integrated Editor Extension](/tutorial/getting-started/extension-integration).
410+
> For a detailed introduction to alova devtools, please refer to [OpenAPI Extension](/tutorial/getting-started/openapi-integration).
411411
412412
## Building Client-Server Interaction Layer
413413

i18n/zh-CN/docusaurus-plugin-content-docs/current/api/07-wormhole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pnpm add @alova/wormhole -D
1717

1818
:::info 扩展安装提示
1919

20-
如果你正在使用 vscode,强烈建议你将`@alova/wormhole`配合 alova 的 vscode 扩展一起使用,安装 vscode 扩展,请参考[编辑器扩展集成](/tutorial/getting-started/extension-integration)
20+
如果你正在使用 vscode,强烈建议你将`@alova/wormhole`配合 alova 的 vscode 扩展一起使用,安装 vscode 扩展,请参考[OpenAPI集成](/tutorial/getting-started/openapi-integration)
2121

2222
如果你正在使用其他编辑器,你也可以通过`@alova/wormhole`的命令来生成完整的 API 信息。
2323

i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/01-introduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ flowchart LR
409409
classDef redNode fill:transparent,stroke:#ee440050,color:#ee4400,stroke-width:2px;
410410
```
411411

412-
> 关于 alova 开发工具的详细介绍,请参考 [集成 openAPI](/tutorial/getting-started/extension-integration)
412+
> 关于 alova 开发工具的详细介绍,请参考 [OpenAPI 集成](/tutorial/getting-started/openapi-integration)
413413
414414
## 构建 Client-Server 交互层
415415

0 commit comments

Comments
 (0)