diff --git a/test/specs/v1.2/petstore/api-docs.json b/test/specs/v1.2/petstore/api-docs.json
index 9620f557..d675f2fc 100644
--- a/test/specs/v1.2/petstore/api-docs.json
+++ b/test/specs/v1.2/petstore/api-docs.json
@@ -31,18 +31,18 @@
"grantTypes": {
"implicit": {
"loginEndpoint": {
- "url": "http://petstore.swagger.wordnik.com/oauth/dialog"
+ "url": "http://petstore.swagger.io/oauth/dialog"
},
"tokenName": "access_token"
},
"authorization_code": {
"tokenRequestEndpoint": {
- "url": "http://petstore.swagger.wordnik.com/oauth/requestToken",
+ "url": "http://petstore.swagger.io/oauth/requestToken",
"clientIdName": "client_id",
"clientSecretName": "client_secret"
},
"tokenEndpoint": {
- "url": "http://petstore.swagger.wordnik.com/oauth/token",
+ "url": "http://petstore.swagger.io/oauth/token",
"tokenName": "access_code"
}
}
@@ -51,7 +51,7 @@
},
"info": {
"title": "Swagger Sample App",
- "description": "This is a sample server Petstore server. You can find out more about Swagger \n at http://swagger.wordnik.com or on irc.freenode.net, #swagger. For this sample,\n you can use the api key \"special-key\" to test the authorization filters",
+ "description": "This is a sample server Petstore server. You can find out more about Swagger \n at http://swagger.io or on irc.freenode.net, #swagger. For this sample,\n you can use the api key \"special-key\" to test the authorization filters",
"termsOfServiceUrl": "http://helloreverb.com/terms/",
"contact": "apiteam@wordnik.com",
"license": "Apache 2.0",
diff --git a/test/specs/v1.2/petstore/pet.json b/test/specs/v1.2/petstore/pet.json
index 4a8439a4..f7dc7296 100644
--- a/test/specs/v1.2/petstore/pet.json
+++ b/test/specs/v1.2/petstore/pet.json
@@ -1,7 +1,7 @@
{
"apiVersion": "1.0.0",
"swaggerVersion": "1.2",
- "basePath": "http://petstore.swagger.wordnik.com/api",
+ "basePath": "http://petstore.swagger.io/api",
"resourcePath": "/pet",
"produces": [
"application/json",
diff --git a/test/specs/v1.2/petstore/store.json b/test/specs/v1.2/petstore/store.json
index e5999444..84cce4f2 100644
--- a/test/specs/v1.2/petstore/store.json
+++ b/test/specs/v1.2/petstore/store.json
@@ -1,7 +1,7 @@
{
"apiVersion": "1.0.0",
"swaggerVersion": "1.2",
- "basePath": "http://petstore.swagger.wordnik.com/api",
+ "basePath": "http://petstore.swagger.io/api",
"resourcePath": "/store",
"produces": [
"application/json"
diff --git a/test/specs/v1.2/petstore/user.json b/test/specs/v1.2/petstore/user.json
index c9eb3f6f..988817ff 100644
--- a/test/specs/v1.2/petstore/user.json
+++ b/test/specs/v1.2/petstore/user.json
@@ -1,7 +1,7 @@
{
"apiVersion": "1.0.0",
"swaggerVersion": "1.2",
- "basePath": "http://petstore.swagger.wordnik.com/api",
+ "basePath": "http://petstore.swagger.io/api",
"resourcePath": "/user",
"produces": [
"application/json"
diff --git a/test/specs/v2/petstore.json b/test/specs/v2/petstore.json
index dd50c3e9..3f591750 100644
--- a/test/specs/v2/petstore.json
+++ b/test/specs/v2/petstore.json
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
- "description": "This is a sample server Petstore server. You can find out more about Swagger at http://swagger.wordnik.com or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters",
+ "description": "This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters",
"version": "1.0.0",
"title": "Swagger Petstore",
"termsOfService": "http://helloreverb.com/terms/",
@@ -15,7 +15,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
- "host": "petstore.swagger.wordnik.com",
+ "host": "petstore.swagger.io",
"basePath": "/v2",
"schemes": [
"http"
@@ -742,7 +742,7 @@
},
"petstore_auth": {
"type": "oauth2",
- "authorizationUrl": "http://petstore.swagger.wordnik.com/api/oauth/dialog",
+ "authorizationUrl": "http://petstore.swagger.io/api/oauth/dialog",
"flow": "implicit"
}
},