Skip to content

Commit fdc4f6a

Browse files
committed
Corrected link in faq.md for openapicustomiser
1 parent 486715a commit fdc4f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ springdoc.swagger-ui.path= /swagger-ui/api-docs.html
245245
### How can I customise the OpenAPI object ?
246246
- You can write your own implementation of `OpenApiCustomiser`.
247247
- An example is available on:
248-
- [https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app39/SpringDocApp39Test.java](https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app39/SpringDocApp39Test.java).
248+
- [https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-webflux-core/src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java](https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app39/SpringDocApp39Test.java).
249249

250250
```java
251251
@Bean

0 commit comments

Comments
 (0)