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