Skip to content

Commit f9d85eb

Browse files
dveamermp911de
authored andcommitted
Fix broken link in the redis-transaction ref docs.
The link to "declarative transaction management" was broken. Closes #2297
1 parent f66384a commit f9d85eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/redis-transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class RedisTxContextConfiguration {
7575
}
7676
}
7777
----
78-
<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].
78+
<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].
7979
<2> Configures `RedisTemplate` to participate in transactions by binding connections to the current thread.
8080
<3> Transaction management requires a `PlatformTransactionManager`.
8181
Spring Data Redis does not ship with a `PlatformTransactionManager` implementation.

0 commit comments

Comments
 (0)