Skip to content

Commit 196312d

Browse files
authored
fix: update link to Typescript interfaces (api-platform#2115)
Update link to Typescript interfaces. The old one is pointing to a deprecated handbook page.
1 parent 1a75c17 commit 196312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-client/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeScript Interfaces
22

3-
The TypeScript Generator allows you to create [TypeScript interfaces](https://www.typescriptlang.org/docs/handbook/interfaces.html)
3+
The TypeScript Generator allows you to create [TypeScript interfaces](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#interfaces)
44
that you can embed in any TypeScript-enabled project (React, Vue.js, Angular..).
55

66
To do so, run the generator:

0 commit comments

Comments
 (0)