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 21556e6 commit b779187Copy full SHA for b779187
src/main/asciidoc/integration.adoc
@@ -40,7 +40,7 @@ With the class in the preceding example, you can use the following operations:
40
|`entityLinks.linkToCollectionResource(Person.class)`
41
|Provide a link to the collection resource of the specified type (`Person`, in this case).
42
43
-|`entityLinks.linkToSingleResource(Person.class, 1)`
+|`entityLinks.linkToItemResource(Person.class, 1)`
44
|Provide a link to a single resource.
45
46
|`entityLinks.linkToPagedResource(Person.class, new PageRequest(...))`
0 commit comments