From a82cc4bf3d167230a1f8a6e30d64bedbce7f0023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=95=9C=EB=B9=84=20=28Hanbee=20Son=29?= <37995243+hanbee1005@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:33:39 +0900 Subject: [PATCH] Update readme links to Antora deeplinks. Closes #2840 Original pull request: #2841 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index edba7424c..8a5e9af80 100644 --- a/README.adoc +++ b/README.adoc @@ -11,9 +11,9 @@ This modules provides integration with the https://redis.io/[Redis] store. * Connection package as low-level abstraction across multiple Redis drivers (https://github.com/lettuce-io/lettuce-core[Lettuce] and https://github.com/redis/jedis[Jedis]). * Exception translation to Spring’s portable Data Access exception hierarchy for Redis driver exceptions -* https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:template[`RedisTemplate`] that provides a high level abstraction for performing various Redis operations, exception translation and serialization support. +* https://docs.spring.io/spring-data/redis/reference/redis/template.html[`RedisTemplate`] that provides a high level abstraction for performing various Redis operations, exception translation and serialization support. * Pubsub support (such as a MessageListenerContainer for message-driven POJOs). -* https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:sentinel[Redis Sentinel] and https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#cluster[Redis Cluster] support. +* https://docs.spring.io/spring-data/redis/reference/redis/connection-modes.html#redis:sentinel[Redis Sentinel] and https://docs.spring.io/spring-data/redis/reference/redis/connection-modes.html#cluster.enable[Redis Cluster] support. * Reactive API using the Lettuce driver. * JDK, String, JSON and Spring Object/XML mapping serializers. * JDK Collection implementations on top of Redis.