Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ standards have emerged to make it more straightforward for a new user to
interact with Platform X's API, by trying to ensure most applications use one of
a few different formats. That's what an API protocol is. A few of the big names
here are REST, SOAP, JSON, and GraphQL. Rather than reinvent the wheel,
[here's a good primer on how protocols differ, their data formats, and why that all matters.](https://frontend-digest.com/beginners-guide-to-apis-protocols-and-data-formats-f80cf7f30425])
[here's a good primer on how protocols differ, their data formats, and why that all matters.](https://frontend-digest.com/beginners-guide-to-apis-protocols-and-data-formats-f80cf7f30425)

## Database

Expand Down