Skip to content

Commit 857d910

Browse files
authored
Fix "the evolution strategy" link
1 parent 0e4e809 commit 857d910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deprecating Resources and Properties (Alternative to Versioning)
22

3-
A best practice regarding web APIs development is to apply [the evolution strategy](https://philsturgeon.uk/api/2018/05/02/api-evolution-for-rest-http-apis/)
3+
A best practice regarding web APIs development is to apply [the evolution strategy](https://phil.tech/api/2018/05/02/api-evolution-for-rest-http-apis/)
44
to indicate to client applications which resource types, operations and fields are deprecated and shouldn't be used anymore.
55

66
While versioning an API requires modifying all clients to upgrade, even the ones not impacted by the changes.

0 commit comments

Comments
 (0)