We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028baca commit 5a954fcCopy full SHA for 5a954fc
core/content-negotiation.md
@@ -23,7 +23,7 @@ Format | Format name |
23
[JSON-LD](https://json-ld.org) | `jsonld` | `application/ld+json` | yes
24
[GraphQL](graphql.md) | n/a | n/a | yes
25
[JSON:API](http://jsonapi.org/) | `jsonapi` | `application/vnd.api+json` | yes
26
-[HAL](http://stateless.co/hal_specification.html) | `jsonhal` | `application/hal+json` | yes
+[HAL](https://stateless.group/hal_specification.html) | `jsonhal` | `application/hal+json` | yes
27
[YAML](http://yaml.org/) | `yaml` | `application/x-yaml` | no
28
[CSV](https://tools.ietf.org/html/rfc4180) | `csv` | `text/csv` | no
29
[HTML](https://whatwg.org/) (API docs) | `html` | `text/html` | no
0 commit comments