Skip to content

Commit f42bea9

Browse files
committed
docs(en, zh): fix link
1 parent 01421c2 commit f42bea9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/openapi-fetch/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ npm i -D openapi-typescript typescript
6969

7070
::: tip Highly recommended
7171

72-
Enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in your `tsconfig.json` ([docs](/advanced#enable-nouncheckedindexaccess-in-your-tsconfigjson))
72+
Enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in your `tsconfig.json` ([docs](/advanced#enable-nouncheckedindexedaccess-in-tsconfig))
7373

7474
:::
7575

@@ -189,7 +189,7 @@ client["/blogposts/{post_id}"].GET({
189189
```
190190

191191
Note that this has performance implications and does not allow to attach middlewares directly.
192-
See [`wrapAsPathBasedClient`](/openapi-fetch/api#wrapAsPathBasedClient) for more.
192+
See [`wrapAsPathBasedClient`](/openapi-fetch/api#wrapaspathbasedclient) for more.
193193

194194
## Support
195195

docs/openapi-react-query/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ npm i -D openapi-typescript typescript
5757

5858
::: tip Highly recommended
5959

60-
Enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in your `tsconfig.json` ([docs](/advanced#enable-nouncheckedindexaccess-in-your-tsconfigjson))
60+
Enable [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in your `tsconfig.json` ([docs](/advanced#enable-nouncheckedindexedaccess-in-tsconfig))
6161

6262
:::
6363

docs/zh/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: Quickstart
1313

1414
openapi-typescript 使用 Node.js 快速将 [OpenAPI 3.0 & 3.1](https://spec.openapis.org/oas/latest.html) 模式转换为 TypeScript。无需 Java/node-gyp/运行 OpenAPI 服务器。
1515

16-
该代码受到 [MIT 许可](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/LICENSE") 保护,可免费使用。
16+
该代码受到 [MIT 许可](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/LICENSE) 保护,可免费使用。
1717

1818
## 特性
1919

docs/zh/openapi-fetch/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ npm i -D openapi-typescript typescript
7373

7474
::: tip 强烈推荐
7575

76-
`tsconfig.json` 中启用 [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess)[文档](/advanced#enable-nouncheckedindexaccess-in-your-tsconfigjson)
76+
`tsconfig.json` 中启用 [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess)[文档](/zh/advanced#在-tsconfig-中启用-nouncheckedindexedaccess)
7777

7878
:::
7979

0 commit comments

Comments
 (0)