Skip to content

Commit b791621

Browse files
authored
[doc] Fix urls to sbt-openapi-generator in doc and script (OpenAPITools#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
1 parent a4e2dde commit b791621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/utils/release_checkout.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def check_sbt_openapi_generator
1010
print "Checking sbt-openapi-generator... "
1111

12-
url = "https://raw.githubusercontent.com/upstart-commerce/sbt-openapi-generator/master/build.sbt"
12+
url = "https://raw.githubusercontent.com/OpenAPITools/sbt-openapi-generator/master/build.sbt"
1313
open(url) do |f|
1414
content = f.read
1515
if !content.nil? && content.include?($version)

docs/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See the [openapi-generator-maven-plugin README](https://github.com/OpenAPITools/
2121

2222
### sbt Integration
2323

24-
Please refer to https://github.com/upstart-commerce/sbt-openapi-generator
24+
Please refer to https://github.com/OpenAPITools/sbt-openapi-generator
2525

2626
### Bazel Integration
2727

0 commit comments

Comments
 (0)