From 7523b5f07d39899fee127dcbed97e98c5d8843e9 Mon Sep 17 00:00:00 2001 From: Garrett Grimsley Date: Mon, 29 Jan 2024 23:09:16 -0500 Subject: [PATCH 1/2] Update README.md Fix link to point to correct anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e1766bd..0d166de0d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This project is sponsored by - [Demo Spring Boot 1 Web MVC with OpenAPI 3.](#demo-spring-boot-1-web-mvc-with-openapi-3) - [Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3.](#demo-spring-boot-2-webflux-with-functional-endpoints-openapi-3) - [Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3.](#demo-spring-boot-2-and-spring-hateoas-with-openapi-3) - - [Integration of the library in a Spring Boot 3.x project without the swagger-ui:](#integration-of-the-library-in-a-spring-boot-2xx-project-without-the-swagger-ui) + - [Integration of the library in a Spring Boot 3.x project without the swagger-ui:](#integration-of-the-library-in-a-spring-boot-3x-project-without-the-swagger-ui) - [Error Handling for REST using @ControllerAdvice](#error-handling-for-rest-using-controlleradvice) - [Adding API Information and Security documentation](#adding-api-information-and-security-documentation) - [spring-webflux support with Annotated Controllers](#spring-webflux-support-with-annotated-controllers) From dc67d083855acfbb6c3253673adb3aa87cc724f9 Mon Sep 17 00:00:00 2001 From: Garrett Grimsley Date: Mon, 29 Jan 2024 23:18:01 -0500 Subject: [PATCH 2/2] Fix Code of Conduct link in CONTRIBUTING.adoc Fix broken link. --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ade86b9d5..fcd6c9a08 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -5,7 +5,7 @@ If you would like to contribute something, or simply want to hack on the code th == Code of Conduct -This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of +This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.md[code of conduct]. By participating, you are expected to uphold this code.