From ada2b96e4b243397cec653b2b7d90399020b271e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 6 May 2021 20:58:22 +0000 Subject: [PATCH] clean up example urls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- docs/ocis/storage_registry_discovery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ocis/storage_registry_discovery.md b/docs/ocis/storage_registry_discovery.md index 50c746a8fa..750c056d9e 100644 --- a/docs/ocis/storage_registry_discovery.md +++ b/docs/ocis/storage_registry_discovery.md @@ -71,10 +71,10 @@ HTTP/1.1 200 OK Content-Type: application/json { - "instance": "https://cloud.example.com/", - "graph_endpoint": "https://cloud.example.com/graph/", + "instance": "https://cloud.example.com", + "graph_endpoint": "https://cloud.example.com/graph/v0.0", "ocis_web_config": "https://cloud.example.com/web/config.json", - "issuer": "https://idp.example.com/", + "issuer": "https://idp.example.com", } ```