Skip to content

Commit ab430b9

Browse files
committed
doc: don't change v1
1 parent baee60f commit ab430b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/v1/features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Here is the link for some sample codes:
8181

8282
And the Demo code, using the functional endpoints DSL:
8383

84-
- link:https://github.com/springdoc/springdoc-openapi-demos/tree/master/demo-spring-boot-3-webflux-functional[Sample webflux application using functional DSL]
84+
- link:https://github.com/springdoc/springdoc-openapi-demos/tree/master/springdoc-openapi-spring-boot-2-webflux-functional[Sample webflux application using functional DSL]
8585

8686
Since version `v1.3.8`, the support of functional endpoints has been added.
8787
Two main annotations have been added for this purpose: `@RouterOperations` and `@RouterOperation`.
@@ -160,7 +160,7 @@ For that, `@RouterOperation` fields must help identify uniquely the concerned ro
160160

161161
Some code samples are available on GITHUB of demos:
162162

163-
* link:https://github.com/springdoc/springdoc-openapi-demos/tree/master/demo-spring-boot-3-webflux-functional[Sample application with Functional Endpoints documentation, window="_blank"]
163+
* link:https://github.com/springdoc/springdoc-openapi-demos/tree/master/springdoc-openapi-spring-boot-2-webflux-functional[Sample application with Functional Endpoints documentation, window="_blank"]
164164

165165
And some project tests: (from app69 to app75)
166166

0 commit comments

Comments
 (0)