From 1d6919428a9328b197b6800a963a21e5bd47f5e1 Mon Sep 17 00:00:00 2001 From: Kai Toedter Date: Fri, 3 Jun 2022 16:44:38 +0200 Subject: [PATCH] docs: fix link to HAL Explorer doc in README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ad71adf0b..8ff05a681 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ The first exporter implemented is a JPA Repository exporter. This takes your JPA * Allows to https://docs.spring.io/spring-data/rest/docs/current/reference/html/#events[hook into the handling of REST requests] by handling Spring `ApplicationEvents`. * https://docs.spring.io/spring-data/rest/docs/current/reference/html/#metadata[Exposes metadata] about the model discovered as ALPS and JSON Schema. * Allows to define client specific representations through https://docs.spring.io/spring-data/rest/docs/current/reference/html/#projections-excerpts[projections]. -* Ships the latest release of https://docs.spring.io/spring-data/rest/docs/current/reference/html/#hal-explorer[HAL Explorer] to easily explore HAL based HTTP responses. +* Ships the latest release of https://docs.spring.io/spring-data/rest/docs/current/reference/html/#tools.hal-explorer[HAL Explorer] to easily explore HAL and HAL-FORMS based HTTP responses. * Currently supports JPA, MongoDB, Neo4j, Solr, Cassandra, Gemfire. * Allows https://docs.spring.io/spring-data/rest/docs/current/reference/html/#customizing-sdr[advanced customizations] of the default resources exposed.