Skip to content

Commit

Permalink
[docs] fix link (#4211)
Browse files Browse the repository at this point in the history
  • Loading branch information
PH4NTOMiki authored Mar 4, 2022
1 parent bc6571e commit c8b8d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export interface Page<Params extends Record<string, string> = Record<string, str
* that method. Note that since 'delete' is a reserved word in
* JavaScript, delete handles are called `del` instead.
*
* Note that you can use [generated types](/docs/types#generated)
* Note that you can use [generated types](/docs/types#generated-types)
* instead of manually specifying the `Params` generic argument.
*/
export interface RequestHandler<Params = Record<string, string>, Output extends Body = Body> {
Expand Down

0 comments on commit c8b8d76

Please sign in to comment.