From b154ff88d6bee74fd4094618c8e24f5fef31bd92 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 8 Jun 2021 15:08:13 +0200 Subject: [PATCH] Conclude abbreviated sentence in reference docs. Fixes #2016. --- src/main/asciidoc/repository-resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/repository-resources.adoc b/src/main/asciidoc/repository-resources.adoc index 3b1b72240..30bd43dfb 100644 --- a/src/main/asciidoc/repository-resources.adoc +++ b/src/main/asciidoc/repository-resources.adoc @@ -26,7 +26,7 @@ If you extend `CrudRepository` you usually expose all methods required to expose Each of the resources listed below will define which of the methods need to be present so that a particular HTTP method can be exposed for each of the resources. That means, that repositories that are not exposing those methods -- either by not declaring them at all or explicitly using `@RestResource(exported = false)` -- won't expose those HTTP methods on those resources. -For details on how to tweak the default method exposure or dedicated HTTP methods individually see +For details on how to tweak the default method exposure or dedicated HTTP methods individually see <>. [[repository-resources.default-status-codes]] === Default Status Codes