You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extending/linking/index.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -95,14 +95,14 @@ These link relations are a standardised system of categorising relationships bet
95
95
96
96
For any relations which don't fit a normal standard relation, custom link relations can be used. These custom relations are URIs, which ensures they are unique. Note though that these are still describing the *relationship*, not the resource you're linking to.
97
97
98
-
For example, the core API uses the `http://v2.wp-api.org/term` relation to specify terms on a post, but the terms themselves are at `/wp-json/wp/v2/terms/tag` on your own site. This indicates that the link is a term on the current resource, and the `taxonomy` key can be used to disambiguate it from others:
98
+
For example, the core API uses the `https://api.w.org/term` relation to specify terms on a post, but the terms themselves are at `/wp-json/wp/v2/tags` on your own site. This indicates that the link is a term on the current resource, and the `taxonomy` key can be used to disambiguate it from others:
0 commit comments