Fix broken links in the web reference documentation

Closes gh-34115
This commit is contained in:
Tran Ngoc Nhan
2024-12-18 21:38:52 +07:00
committed by Sébastien Deleuze
parent 99cb6ba0a7
commit ebae02a92b
8 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
[[webmvc-fn]]
= Functional Endpoints
[.small]#<<web-reactive.adoc#webflux-fn, See equivalent in the Reactive stack>>#
[.small]#xref:web/webflux-functional.adoc[See equivalent in the Reactive stack]#
Spring Web MVC includes WebMvc.fn, a lightweight functional programming model in which functions
are used to route and handle requests and contracts are designed for immutability.