From 77d60c287eb33867244360879f2b1dadb7efc2a9 Mon Sep 17 00:00:00 2001 From: hyeonzix <147533365+hyeonzix@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:13:14 +0900 Subject: [PATCH] Update README.adoc fix reference document link --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c89a313d2c..edba7424c3 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.