Skip to content

Commit 22d7db2

Browse files
committed
url changes
1 parent 9610719 commit 22d7db2

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

modules/swagger-codegen/src/test/resources/1_2/petstore-1.2/api-docs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"grantTypes": {
3232
"implicit": {
3333
"loginEndpoint": {
34-
"url": "http://petstore.swagger.wordnik.com/oauth/dialog"
34+
"url": "http://petstore.swagger.io/api/oauth/dialog"
3535
},
3636
"tokenName": "access_token"
3737
},
3838
"authorization_code": {
3939
"tokenRequestEndpoint": {
40-
"url": "http://petstore.swagger.wordnik.com/oauth/requestToken",
40+
"url": "http://petstore.swagger.io/api/oauth/requestToken",
4141
"clientIdName": "client_id",
4242
"clientSecretName": "client_secret"
4343
},
4444
"tokenEndpoint": {
45-
"url": "http://petstore.swagger.wordnik.com/oauth/token",
45+
"url": "http://petstore.swagger.io/api/oauth/token",
4646
"tokenName": "access_code"
4747
}
4848
}
@@ -53,7 +53,7 @@
5353
"title": "Swagger Sample App",
5454
"description": "This is a sample server Petstore server. You can find out more about Swagger \n at <a href=\"http://swagger.wordnik.com\">http://swagger.wordnik.com</a> or on irc.freenode.net, #swagger. For this sample,\n you can use the api key \"special-key\" to test the authorization filters",
5555
"termsOfServiceUrl": "http://swagger.io/terms/",
56-
"contact": "apiteam@wordnik.com",
56+
"contact": "apiteam@swagger.io",
5757
"license": "Apache 2.0",
5858
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html"
5959
}

modules/swagger-codegen/src/test/resources/2_0/petstore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Swagger Petstore",
77
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"email": "apiteam@wordnik.com"
9+
"email": "apiteam@swagger.io"
1010
},
1111
"license": {
1212
"name": "Apache 2.0",

modules/swagger-codegen/src/test/resources/2_0/petstore.json.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Swagger Petstore",
77
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"email": "apiteam@wordnik.com"
9+
"email": "apiteam@swagger.io"
1010
},
1111
"license": {
1212
"name": "Apache 2.0",

modules/swagger-codegen/src/test/resources/2_0/postBodyTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Swagger Petstore",
77
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"name": "apiteam@wordnik.com"
9+
"name": "apiteam@swagger.io"
1010
},
1111
"license": {
1212
"name": "Apache 2.0",

modules/swagger-codegen/src/test/resources/2_0/requiredTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Swagger Petstore",
77
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"email": "apiteam@wordnik.com"
9+
"email": "apiteam@swagger.io"
1010
},
1111
"license": {
1212
"name": "Apache 2.0",

modules/swagger-codegen/src/test/resources/2_0/responseSelectionTest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Swagger Petstore",
77
"termsOfService": "http://swagger.io/terms/",
88
"contact": {
9-
"email": "apiteam@wordnik.com"
9+
"email": "apiteam@swagger.io"
1010
},
1111
"license": {
1212
"name": "Apache 2.0",

samples/client/petstore/python/SwaggerPetstore-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
name="SwaggerPetstore",
1919
version="1.0.0",
2020
description="Swagger Petstore",
21-
author_email="apiteam@wordnik.com",
21+
author_email="apiteam@swagger.io",
2222
url="",
2323
keywords=["Swagger", "Swagger Petstore"],
2424
install_requires=REQUIRES,

samples/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h1>Swagger Petstore</h1>
88
<div class="app-desc">This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters for </div>
99

10-
<div class="app-desc">Contact Info: <a href="apiteam@wordnik.com">apiteam@wordnik.com</a></div>
10+
<div class="app-desc">Contact Info: <a href="apiteam@swagger.io">apiteam@swagger.io</a></div>
1111
<div class="app-desc">Version: 1.0.0</div>
1212
<div class="license-info">Apache 2.0</div>
1313
<div class="license-url">http://www.apache.org/licenses/LICENSE-2.0.html</div>

samples/server/petstore/spring-mvc/src/main/java/io/swagger/configuration/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ApiInfo apiInfo() {
2626
"This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters",
2727
"1.0.0",
2828
"",
29-
"apiteam@wordnik.com",
29+
"apiteam@swagger.io",
3030
"Apache 2.0",
3131
"http://www.apache.org/licenses/LICENSE-2.0.html" );
3232
return apiInfo;

samples/yaml/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ info:
3232
title: Swagger Sample App
3333
description: "This is a sample server Petstore server. You can find out more about Swagger \n at <a href=\"http://swagger.wordnik.com\">http://swagger.wordnik.com</a> or on irc.freenode.net, #swagger."
3434
termsOfServiceUrl: "http://swagger.io/terms/"
35-
contact: "apiteam@wordnik.com"
35+
contact: "apiteam@swagger.io"
3636
license: Apache 2.0
3737
licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0.html"

0 commit comments

Comments
 (0)