Fix broken link in essay (#2143)

Update why-tend-not-to-use-content-negotiation.md

fixing broken link
This commit is contained in:
nickchomey 2024-01-01 22:38:47 -06:00 committed by GitHub
parent c73aa077ca
commit 8b26a418a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ You can see why people like the idea!
So why don't I think this is a good approach to splitting your JSON and HTML APIs up?
It boils down to the [differences between JSON APIs and Hypermedia (HTML) APIs](hypermedia-apis-vs-data-apis.md) I hinted
It boils down to the [differences between JSON APIs and Hypermedia (HTML) APIs](@/essays/hypermedia-apis-vs-data-apis.md) I hinted
at earlier. In particular:
* Data APIs should be versioned and should be very stable within a particular version of the API