Skip to content

Commit ad83e19

Browse files
authored
Update broken link to spec and outdated annotation (#36)
1 parent efec5e9 commit ad83e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Overview
22

33
This project contains a [Jackson](https://github.com/FasterXML/jackson) extension component to support the
4-
[HAL JSON](https://tools.ietf.org/html/draft-kelly-json-hal) format both with respect to
4+
[HAL JSON](https://tools.ietf.org/html/draft-kelly-json-hal-08) format both with respect to
55
serializing and deserializing.
66

77
The goal is to handle HAL links and embedded objects as POJO properties with a data-binding similar to
@@ -33,7 +33,7 @@ class Model {
3333
@Link("rel:associated")
3434
HALLink relation;
3535

36-
@Embedded
36+
@EmbeddedResource
3737
AssociatedModel associated;
3838
}
3939

0 commit comments

Comments
 (0)