Skip to content

Commit 14ec5a7

Browse files
authored
fix(design): Replaced dead URL (#2311)
1 parent b67ca6d commit 14ec5a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# General Design Considerations
22

33
Since you only need to describe the structure of the data to expose, API Platform is both
4-
[a "design-first" and "code-first"](https://swagger.io/blog/api-design/design-first-or-code-first-api-development/)
5-
API framework. However, the "design-first" methodology is strongly recommended: first you design the
4+
[a "design-first" and "code-first"](https://swagger.io/blog/code-first-vs-design-first-api/) API
5+
framework. However, the "design-first" methodology is strongly recommended: first you design the
66
**public shape** of API endpoints.
77

88
To do so, you have to write a plain old PHP object (POPO) representing the input and output of your

0 commit comments

Comments
 (0)