From 64300c44d597f4d6e3ffe03fbdfda2dfab48086a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kope=C4=87?= Date: Wed, 24 Jun 2020 22:02:35 -0700 Subject: [PATCH] Update CONTRIBUTING.adoc Update repository URL in IDE setup instructions --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index d3c950269..6f7d36114 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -88,7 +88,7 @@ then select the root `build.gradle` file to import the code. Alternatively, you can let IntellIJ IDEA checkout the code for you. Use "`File`" -> "`New`" -> "`Project from Version Control`" and -`https://github.com/spring-projects/spring-boot` for the URL. Once the checkout has +`https://github.com/springdoc/springdoc-openapi.git` for the URL. Once the checkout has completed, a pop-up will suggest to open the project.