Bläddra i källkod

fix webflux samples documentation path

The documentation of webflux integration sample projects was pointing to the `javaconfig` instead of `boot` folder.
Ramon Pires da Silva 5 år sedan
förälder
incheckning
0387723334
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      docs/manual/src/docs/asciidoc/_includes/reactive/webflux.adoc

+ 3 - 3
docs/manual/src/docs/asciidoc/_includes/reactive/webflux.adoc

@@ -4,9 +4,9 @@
 Spring Security's WebFlux support relies on a `WebFilter` and works the same for Spring WebFlux and Spring WebFlux.Fn.
 You can find a few sample applications that demonstrate the code below:
 
-* Hello WebFlux {gh-samples-url}/javaconfig/hellowebflux[hellowebflux]
-* Hello WebFlux.Fn {gh-samples-url}/javaconfig/hellowebfluxfn[hellowebfluxfn]
-* Hello WebFlux Method {gh-samples-url}/javaconfig/hellowebflux-method[hellowebflux-method]
+* Hello WebFlux {gh-samples-url}/boot/hellowebflux[hellowebflux]
+* Hello WebFlux.Fn {gh-samples-url}/boot/hellowebfluxfn[hellowebfluxfn]
+* Hello WebFlux Method {gh-samples-url}/boot/hellowebflux-method[hellowebflux-method]
 
 
 == Minimal WebFlux Security Configuration