Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
```

Expand Down
2 changes: 1 addition & 1 deletion deepomatic/api/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}