Skip to content

Commit 4e16a7e

Browse files
authored
Merge pull request #806 from bchatard/patch-1
Fix "the evolution strategy" link
2 parents 0e4e809 + 857d910 commit 4e16a7e

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)