Remove duplicate sentence from documentation.

Closes #2251
This commit is contained in:
Blue Ye
2023-04-13 08:18:34 +08:00
committed by Mark Paluch
parent fa6ee06cb5
commit ae42018aab

View File

@@ -31,7 +31,6 @@ public RepresentationModelProcessor<EntityModel<Person>> personProcessor() {
IMPORTANT: The preceding example hard codes a link to `http://localhost:8080/people`. If you have a Spring MVC endpoint inside your app to which you wish to link, consider using Spring HATEOAS's https://docs.spring.io/spring-hateoas/docs/current/reference/html/#fundamentals.obtaining-links.builder.methods[`linkTo(...)`] method to avoid managing the URL.
IMPORTANT: The preceding example hard codes a link to `http://localhost:8080/people`. If you have a Spring MVC endpoint inside your app to which you wish to link, consider using Spring HATEOAS's https://github.com/spring-projects/spring-hateoas#building-links-pointing-to-methods[`linkTo(...)`] method to avoid managing the URL.
[[customizing-sdr.customizing-json-output.adding-links]]
== Adding Links