Skip to content

Commit 7a2c7b1

Browse files
authored
Update dead HAL link to use Wiki article instead
1 parent 17495c7 commit 7a2c7b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

using-the-rest-api/linking-and-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linking and Embedding
22

3-
The WP REST API incorporates hyperlinking throughout the API to allow discoverability and browsability, as well as embedding related resources together in one response. While the REST API does not completely conform to the entire [HAL standard](http://stateless.co/hal_specification.html), it implements the `._links` and `._embedded` properties from that standard as described below.
3+
The WP REST API incorporates hyperlinking throughout the API to allow discoverability and browsability, as well as embedding related resources together in one response. While the REST API does not completely conform to the entire [HAL standard](https://en.wikipedia.org/wiki/Hypertext_Application_Language), it implements the `._links` and `._embedded` properties from that standard as described below.
44

55

66
## Links

0 commit comments

Comments
 (0)