From 45dc1d2602318e3500f6b4aa83354caf9efbfed3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 10:47:06 +0100 Subject: [PATCH] Fix link to WebFlux section Closes gh-29513 --- framework-docs/src/docs/asciidoc/web/integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/src/docs/asciidoc/web/integration.adoc b/framework-docs/src/docs/asciidoc/web/integration.adoc index 42c5377666..87a3bc7e26 100644 --- a/framework-docs/src/docs/asciidoc/web/integration.adoc +++ b/framework-docs/src/docs/asciidoc/web/integration.adoc @@ -9,7 +9,7 @@ particular architecture, technology, or methodology (although it certainly recom some over others). This freedom to pick and choose the architecture, technology, or methodology that is most relevant to a developer and their development team is arguably most evident in the web area, where Spring provides its own web frameworks -(<> and <>) while, at the same time, +(<> and <>) while, at the same time, supporting integration with a number of popular third-party web frameworks.