Skip to content

Commit 0ef78c0

Browse files
Merge pull request #240 from michelle-miller/master
Updating Conversation doc link
2 parents 1e264d8 + a90bfca commit 0ef78c0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

watson_developer_cloud/dialog_v1.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ class DialogV1(WatsonDeveloperCloudService):
2929
def __init__(self, url=default_url, **kwargs):
3030
WatsonDeveloperCloudService.__init__(self, 'dialog', url, **kwargs)
3131
print(
32-
'WARNING: The Dialog service was deprecated, existing instances '
33-
'of the service will continue to function'
34-
'until August 9, 2017. See '
35-
'https://www.ibm.com/watson/developercloud/doc/conversation'
36-
'/migration.shtml')
32+
'WARNING: The Dialog service was deprecated. Existing instances '
33+
'of the service stopped functioning on August 9, 2017. '
34+
'Dialog was replaced by the Conversation service. See '
35+
'https://console.bluemix.net/docs/services/conversation'
36+
'/index.html#about')
3737

3838
def get_dialogs(self):
3939
return self.request(method='GET', url='/v1/dialogs', accept_json=True)

0 commit comments

Comments
 (0)