From ae42018aab64571944425f6e0c44eae2f6d0d57f Mon Sep 17 00:00:00 2001 From: Blue Ye Date: Thu, 13 Apr 2023 08:18:34 +0800 Subject: [PATCH] Remove duplicate sentence from documentation. Closes #2251 --- src/main/asciidoc/customizing-json-output.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/asciidoc/customizing-json-output.adoc b/src/main/asciidoc/customizing-json-output.adoc index a27753c0d..9c172bcec 100644 --- a/src/main/asciidoc/customizing-json-output.adoc +++ b/src/main/asciidoc/customizing-json-output.adoc @@ -31,7 +31,6 @@ public RepresentationModelProcessor> 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