소스 검색

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 년 전
부모
커밋
0387723334
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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