diff --git a/bin/utils/release_checkout.rb b/bin/utils/release_checkout.rb index 97ef6b3877fc3c6a3556663b31584b997cb12335..83e0fd832a09a8d968a9d3a65992665011afa9fd 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 e4cc9fa35f635d9de66c7f86546531c2032398b7..e96b62321cfa5de3e86c8e08ade4812de8596cc7 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