Skip to content

Commit 870e856

Browse files
divconsbrannen
authored andcommitted
Fix link to WebFlux section in reference manual
Closes gh-29525
1 parent b9656ac commit 870e856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/src/docs/asciidoc/web-reactive.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::page-layout.adoc[]
66
This part of the documentation covers support for reactive-stack web applications built
77
on a https://www.reactive-streams.org/[Reactive Streams] API to run on non-blocking
88
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover
9-
the <<webflux.adoc#webflux, Spring WebFlux>> framework,
9+
the <<webflux, Spring WebFlux>> framework,
1010
the reactive <<webflux-client, `WebClient`>>, support for <<webflux-test, testing>>,
1111
and <<webflux-reactive-libraries, reactive libraries>>. For Servlet-stack web applications,
1212
see <<web.adoc#spring-web, Web on Servlet Stack>>.

0 commit comments

Comments
 (0)