From da44aa2d2da006d7755cea1fe988138b5bf6fb68 Mon Sep 17 00:00:00 2001 From: hyeonzix <147533365+hyeonzix@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:54:00 +0900 Subject: [PATCH] Update referencedocs url in README. fix reference document link See #2786 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c89a313d2..edba7424c 100644 --- a/README.adoc +++ b/README.adoc @@ -97,7 +97,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our Having trouble with Spring Data? We’d love to help! * Check the -https://docs.spring.io/spring-data/redis/docs/reference/[reference documentation], and https://docs.spring.io/spring-data/redis/docs/current/api/[Javadocs]. +https://docs.spring.io/spring-data/redis/reference/[reference documentation], and https://docs.spring.io/spring-data/redis/docs/current/api/[Javadocs]. * Learn the Spring basics – Spring Data builds on Spring Framework, check the https://spring.io[spring.io] web-site for a wealth of reference documentation. If you are just starting out with Spring, try one of the https://spring.io/guides[guides]. * If you are upgrading, check out the https://github.com/spring-projects/spring-data-commons/wiki#release-notes[Release notes] for "`new and noteworthy`" features.