From 043464f82b6a4e82990efe47996e18e17e470f7d Mon Sep 17 00:00:00 2001 From: Shane Date: Sat, 1 Feb 2020 12:27:38 -0800 Subject: [PATCH] fix(petstore extended): links and naming --- service-descriptions/petstore-expanded-openrpc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/service-descriptions/petstore-expanded-openrpc.json b/service-descriptions/petstore-expanded-openrpc.json index 3d855086..4be62c40 100644 --- a/service-descriptions/petstore-expanded-openrpc.json +++ b/service-descriptions/petstore-expanded-openrpc.json @@ -3,12 +3,12 @@ "info": { "version": "1.0.0", "title": "Petstore Expanded", - "description": "A sample API that uses a petstore as an example to demonstrate features in the OpenAPI 3.0 specification", - "termsOfService": "http://openrpc.io/terms/", + "description": "A sample API that uses a petstore as an example to demonstrate features in the OpenRPC specification", + "termsOfService": "https://open-rpc.org", "contact": { "name": "OpenRPC Team", - "email": "petstorerpcteam@openrpc.io", - "url": "http://openrpc.io" + "email": "doesntexist@open-rpc.org", + "url": "https://open-rpc.org" }, "license": { "name": "Apache 2.0", @@ -17,7 +17,7 @@ }, "servers": [ { - "url": "http://petstore.openrpc.io/api" + "url": "http://petstore.open-rpc.org" } ], "methods": [