Skip to content

Commit c0e6cd9

Browse files
authored
Fix broken URL in openapi-typescript/README (#1330)
1 parent 1ee5d2e commit c0e6cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm i -D openapi-typescript
2525

2626
> **Tip**
2727
>
28-
> Enabling [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in `tsconfig.json` can go along way to improve type safety ([read more](/advanced#enable-nouncheckedindexaccess-in-your-tsconfigjson))
28+
> Enabling [noUncheckedIndexedAccess](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) in `tsconfig.json` can go along way to improve type safety ([read more](/docs/src/content/docs/advanced.md#enable-nouncheckedindexedaccess-in-your-tsconfigjson))
2929
3030
## Basic usage
3131

0 commit comments

Comments
 (0)