Skip to content

Commit b4b3a9a

Browse files
author
Asgeir Storesund Nilsen
authored
Update README.md
1 parent 4bdd3ae commit b4b3a9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ used if the full URI to the target is known.
1414

1515
Full https URIs are sensitive to changes in the FINT API deployment configuration. To ensure that
1616
links are robust, the FINT APIs also support convenience methods that enables implementors to
17-
generate links when the target Java class is known. In these cases the methods
17+
generate links when the target type is known. In these cases the methods
1818
`Link.with(Type, String...)` or `Link.with(Type, String)` come in handy. The first argument is the
19-
Java class of the target resource, so to link to a `Person` you use
19+
type of the target resource, so to link to a `Person` you use
2020
`Link.with(typeof(Person), ...)`.
2121

2222
The second parameter(s) are the path element that specify the identifier for the target. They are

0 commit comments

Comments
 (0)