Fix broken link in the redis-transaction ref docs.

The link to "declarative transaction management" was broken.

Closes #2297
This commit is contained in:
Dveamer
2022-04-10 01:10:06 +09:00
committed by Mark Paluch
parent be65e126f1
commit 47db66eb53

View File

@@ -75,7 +75,7 @@ public class RedisTxContextConfiguration {
}
}
----
<1> Configures a Spring Context to enable https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html#transaction-declarative[declarative transaction management].
<1> Configures a Spring Context to enable https://docs.spring.io/spring-framework/docs/{springVersion}/reference/html/data-access.html#transaction-declarative[declarative transaction management].
<2> Configures `RedisTemplate` to participate in transactions by binding connections to the current thread.
<3> Transaction management requires a `PlatformTransactionManager`.
Spring Data Redis does not ship with a `PlatformTransactionManager` implementation.