We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a8524 commit 4bdd3aeCopy full SHA for 4bdd3ae
1 file changed
README.md
@@ -15,7 +15,7 @@ used if the full URI to the target is known.
15
Full https URIs are sensitive to changes in the FINT API deployment configuration. To ensure that
16
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
18
-`Link.with(Link, String...)` or `Link.with(Type, String)` come in handy. The first argument is the
+`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
20
`Link.with(typeof(Person), ...)`.
21
0 commit comments