From c54bcf69404e6c7d75f0c78aeb01febe53a98002 Mon Sep 17 00:00:00 2001 From: wintersolutions Date: Fri, 30 Jun 2023 19:30:07 +0200 Subject: [PATCH] Fix typo in ref docs anchor. Closes #2281. --- src/main/asciidoc/overriding-sdr-response-handlers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/overriding-sdr-response-handlers.adoc b/src/main/asciidoc/overriding-sdr-response-handlers.adoc index 9e479aee2..9244b8a87 100644 --- a/src/main/asciidoc/overriding-sdr-response-handlers.adoc +++ b/src/main/asciidoc/overriding-sdr-response-handlers.adoc @@ -49,7 +49,7 @@ class ScannerController { IMPORTANT: In this example, the combined path is `RepositoryRestConfiguration.getBasePath()` + `/scanners/search/listProducers`. -[[customizing-sdr.aggregate-references] +[[customizing-sdr.aggregate-references]] == Obtaining Aggregate References For custom controllers receiving `PUT` and `POST` requests, the request body usually contains a JSON document that will use URIs to express references to other resources.