Skip to content

Commit 98d7448

Browse files
authored
Fix broken Framework link in reference docs
1 parent 4bb2bd6 commit 98d7448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-session-docs/src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public class SpringSessionWebSessionStore<S extends Session> implements WebSessi
507507
====
508508

509509
To be detected by Spring WebFlux, this custom `WebSessionStore` needs to be registered with `ApplicationContext` as a bean named `webSessionManager`.
510-
For additional information on Spring WebFlux, see the https://docs.spring.io/spring/docs/{spring-framework-version}/spring-framework-reference/web-reactive.html[Spring Framework Reference Documentation].
510+
For additional information on Spring WebFlux, see the https://docs.spring.io/spring-framework/docs/{spring-framework-version}/reference/html/web-reactive.html[Spring Framework Reference Documentation].
511511

512512
[[spring-security]]
513513
== Spring Security Integration

0 commit comments

Comments
 (0)