From b79162118cbfae3064a5a2634a1e318bd7a070f8 Mon Sep 17 00:00:00 2001 From: Kamil Szymon Jadeszko Date: Thu, 31 Mar 2022 18:38:24 +0200 Subject: [PATCH] [doc] Fix urls to sbt-openapi-generator in doc and script (#12015) * Fix sbt-openapi-generator URL in integration.md Fix URL to sbt-openapi-generator previously pointing to outdated repo outside OpenAPITools * Fix sbt-openapi-generator URL in release_checkout --- bin/utils/release_checkout.rb | 2 +- docs/integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/utils/release_checkout.rb b/bin/utils/release_checkout.rb index 97ef6b3877f..83e0fd832a0 100755 --- a/bin/utils/release_checkout.rb +++ b/bin/utils/release_checkout.rb @@ -9,7 +9,7 @@ require 'net/http' def check_sbt_openapi_generator print "Checking sbt-openapi-generator... " - url = "https://raw.githubusercontent.com/upstart-commerce/sbt-openapi-generator/master/build.sbt" + url = "https://raw.githubusercontent.com/OpenAPITools/sbt-openapi-generator/master/build.sbt" open(url) do |f| content = f.read if !content.nil? && content.include?($version) diff --git a/docs/integration.md b/docs/integration.md index e4cc9fa35f6..e96b62321cf 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -21,7 +21,7 @@ See the [openapi-generator-maven-plugin README](https://github.com/OpenAPITools/ ### sbt Integration -Please refer to https://github.com/upstart-commerce/sbt-openapi-generator +Please refer to https://github.com/OpenAPITools/sbt-openapi-generator ### Bazel Integration