@@ -294,12 +294,12 @@ springdoc.swagger-ui.path= /swagger-ui/api-docs.html
294294
295295=== How can I test the Swagger UI?
296296* You can have a look on this sample test of the UI:
297- ** link:https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocApp1Test.java[https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocApp1Test.java, window="_blank"]
297+ ** link:https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocApp1Test.java[https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocApp1Test.java, window="_blank"]
298298
299299=== How can I customise the OpenAPI object ?
300300* You can write your own implementation of `OpenApiCustomizer`.
301301* An example is available on:
302- ** link:https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-starter-webmvc -api/src/test/java/test/org/springdoc/api/app39/SpringDocApp39Test .java[https://github.com/springdoc/springdoc-openapi/blob/master /springdoc-openapi-webflux-core /src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java, window="_blank"]
302+ ** link:https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter-webflux -api/src/test/java/test/org/springdoc/api/app39/SpringDocTestApp .java[https://github.com/springdoc/springdoc-openapi/blob/main /springdoc-openapi-starter- webflux-api /src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java, window="_blank"]
303303
304304[source,java]
305305----
@@ -744,7 +744,7 @@ If the CSRF Token is required, swagger-ui automatically sends the new XSRF-TOKEN
744744
745745If your XSRF-TOKEN isn't standards-based, you can use a requestInterceptor to manually capture and attach the latest xsrf token to requests programmatically via spring resource transformer:
746746
747- * link:https://github.com/swagger-api/swagger-ui/blob/master /docs/usage/configuration.md#requestinterceptor[https://github.com/swagger-api/swagger-ui/blob/master /docs/usage/configuration.md#requestinterceptor, window="_blank"]
747+ * link:https://github.com/swagger-api/swagger-ui/blob/main /docs/usage/configuration.md#requestinterceptor[https://github.com/swagger-api/swagger-ui/blob/main /docs/usage/configuration.md#requestinterceptor, window="_blank"]
748748
749749Starting from release v1.4.4 of springdoc-openapi, a new property is added to enable CSRF support, while using standard header names:
750750[source,properties]
0 commit comments