Skip to content

Commit 5a954fc

Browse files
authored
fix: update link to Json Hal (#1673)
1 parent 028baca commit 5a954fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/content-negotiation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Format | Format name |
2323
[JSON-LD](https://json-ld.org) | `jsonld` | `application/ld+json` | yes
2424
[GraphQL](graphql.md) | n/a | n/a | yes
2525
[JSON:API](http://jsonapi.org/) | `jsonapi` | `application/vnd.api+json` | yes
26-
[HAL](http://stateless.co/hal_specification.html) | `jsonhal` | `application/hal+json` | yes
26+
[HAL](https://stateless.group/hal_specification.html) | `jsonhal` | `application/hal+json` | yes
2727
[YAML](http://yaml.org/) | `yaml` | `application/x-yaml` | no
2828
[CSV](https://tools.ietf.org/html/rfc4180) | `csv` | `text/csv` | no
2929
[HTML](https://whatwg.org/) (API docs) | `html` | `text/html` | no

0 commit comments

Comments
 (0)