From 7c15fd2b9589e6c36d144f8171e95edd8901fb7a Mon Sep 17 00:00:00 2001 From: Hugo Maingonnat Date: Wed, 27 Feb 2019 14:54:40 +0100 Subject: [PATCH] Updated doc links --- README.md | 4 ++-- deepomatic/api/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58b8519..8236022 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tested on python 2.7, 3.4, 3.5, 3.6. # API Documentation -https://developers.deepomatic.com/docs/v0.7 +https://docs.deepomatic.com/deepomatic-api-v0-7 # Installation @@ -24,7 +24,7 @@ Does not make any call to the server. ```python from deepomatic.api.client import Client -# You should find your app_id and api_key in your account on https://developers.deepomatic.com/dashboard +# If you don't have your credentials, contact us at support@deepomatic.com client = Client(app_id, api_key) ``` diff --git a/deepomatic/api/version.py b/deepomatic/api/version.py index 4159c93..37b289b 100644 --- a/deepomatic/api/version.py +++ b/deepomatic/api/version.py @@ -7,7 +7,7 @@ __license__ = 'MIT License' __project_urls__ = { 'Product': 'https://www.deepomatic.com', - 'Documentation': 'https://developers.deepomatic.com/docs/v0.7', + 'Documentation': 'https://docs.deepomatic.com/deepomatic-api-v0-7', 'Source': 'https://github.com/deepomatic/deepomatic-client-python', 'Tracker': 'https://github.com/deepomatic/deepomatic-client-python/issues', }