diff --git a/content/introduction/resourcenaming.md b/content/introduction/resourcenaming.md index 0813ee3..6fdf685 100644 --- a/content/introduction/resourcenaming.md +++ b/content/introduction/resourcenaming.md @@ -86,9 +86,9 @@ By now you can see how the hierarchy concept works. There aren't any hard and fa ### Other Example APIs Look at some widely used APIs to get the hang of this and leverage the intuition of your teammates to refine your API resource URIs. Some example APIs are: -* Twitter: https://developer.twitter.com/en/docs/api-reference-index -* Facebook: https://developers.facebook.com/docs/reference/api/ -* LinkedIn: https://developer.linkedin.com/apis +* X (Twitter): https://docs.x.com/x-api/overview +* Facebook: https://developers.facebook.com/docs/graph-api/ +* LinkedIn: https://learn.microsoft.com/en-us/linkedin/ ---- * Previous: [HTTP Methods](/introduction/httpmethods.html)