From 332f9ae0d7581864f522f6aa678f9c87c2f1d2f1 Mon Sep 17 00:00:00 2001 From: Vidya Sagar Reddy Desu <35026133+vidya381@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:43:32 -0600 Subject: [PATCH] docs: fix typos and correct Gradle artifact IDs --- CONTRIBUTING.adoc | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index bee28369e..aeb377cd3 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -99,7 +99,7 @@ The formatter does not cover all rules (such as order of imports) and an additio * Select "`IntelliJ IDEA`" -> "`Preferences`". * Select "`Editor`" -> "`Code Style`". * Select the wheel and "`Import Scheme`" -> "`IntelliJ IDEA code style XML`". -* Select https://github.com/spring-projects/spring-boot/blob/master/idea/codeStyleConfig.xml[`idea/codeStyleConfig.xml`] from this repository. +* Select https://github.com/spring-projects/spring-boot/blob/main/.idea/codeStyles/codeStyleConfig.xml[`.idea/codeStyles/codeStyleConfig.xml`] from this repository. ==== Importing into Eclipse diff --git a/README.md b/README.md index e3409ef99..2d1f395f9 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Maven Gradle ```groovy -implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest' +implementation 'org.springdoc:springdoc-openapi-starter-webmvc-api:latest' ``` * This step is optional: For custom path of the OpenAPI documentation in Json format, add @@ -231,7 +231,7 @@ Maven Gradle ```groovy -implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:latest' +implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:latest' ``` * This step is optional: For custom path of the swagger documentation in HTML format, add @@ -243,11 +243,11 @@ springdoc.swagger-ui.path=/swagger-ui.html ``` The `springdoc-openapi` libraries are hosted on maven central repository. -The artifacts can be viewed accessed at the following locations: +The artifacts can be accessed at the following locations: Releases: -* [https://central.sonatype.com/search?q=g:org.springdoc)](https://central.sonatype.com/search?q=g:org.springdoc) +* [https://central.sonatype.com/search?q=g:org.springdoc](https://central.sonatype.com/search?q=g:org.springdoc) . Snapshots: @@ -319,7 +319,7 @@ its [contributors](https://github.com/springdoc/springdoc-openapi/graphs/contrib -Thanks you all for your support! +Thank you all for your support! ## Additional Support @@ -328,4 +328,4 @@ Thanks you all for your support! * [JetBrains](https://www.jetbrains.com/?from=springdoc-openapi) - Thanks a lot for supporting springdoc-openapi project. -![JenBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg) +![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)