We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e2dde commit b791621Copy full SHA for b791621
bin/utils/release_checkout.rb
@@ -9,7 +9,7 @@
9
def check_sbt_openapi_generator
10
print "Checking sbt-openapi-generator... "
11
12
- 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"
13
open(url) do |f|
14
content = f.read
15
if !content.nil? && content.include?($version)
docs/integration.md
@@ -21,7 +21,7 @@ See the [openapi-generator-maven-plugin README](https://github.com/OpenAPITools/
21
22
### sbt Integration
23
24
-Please refer to https://github.com/upstart-commerce/sbt-openapi-generator
+Please refer to https://github.com/OpenAPITools/sbt-openapi-generator
25
26
### Bazel Integration
27
0 commit comments