[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
This commit is contained in:
Kamil Szymon Jadeszko 2022-03-31 18:38:24 +02:00 committed by GitHub
parent a4e2dde745
commit b79162118c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ require 'net/http'
def check_sbt_openapi_generator def check_sbt_openapi_generator
print "Checking 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| open(url) do |f|
content = f.read content = f.read
if !content.nil? && content.include?($version) if !content.nil? && content.include?($version)

View File

@ -21,7 +21,7 @@ See the [openapi-generator-maven-plugin README](https://github.com/OpenAPITools/
### sbt Integration ### 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 ### Bazel Integration