Skip to content

Commit fd63a78

Browse files
committed
docs: Add url to deprecation notices
1 parent c3e1f07 commit fd63a78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ibm_watson/personality_insights_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ def __init__(
961961
array provides information inferred from the input text for the individual
962962
preferences of that category.
963963
"""
964-
print('warning: On 1 December 2021, Personality Insights will no longer be available. For more information, see the README.')
964+
print('warning: On 1 December 2021, Personality Insights will no longer be available. For more information, see https://github.com/watson-developer-cloud/python-sdk/tree/master#personality-insights-deprecation.')
965965
self.processed_language = processed_language
966966
self.word_count = word_count
967967
self.word_count_message = word_count_message

ibm_watson/visual_recognition_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(
7272
Get up to date information from https://github.com/IBM/python-sdk-core/blob/master/README.md
7373
about initializing the authenticator of your choice.
7474
"""
75-
print('warning: On 1 December 2021, Visual Recognition will no longer be available. For more information, see the README.')
75+
print('warning: On 1 December 2021, Visual Recognition will no longer be available. For more information, see https://github.com/watson-developer-cloud/python-sdk/tree/master#visual-recognition-deprecation.')
7676
if not authenticator:
7777
authenticator = get_authenticator_from_environment(service_name)
7878
BaseService.__init__(self,

ibm_watson/visual_recognition_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(
7272
Get up to date information from https://github.com/IBM/python-sdk-core/blob/master/README.md
7373
about initializing the authenticator of your choice.
7474
"""
75-
print('warning: On 1 December 2021, Visual Recognition will no longer be available. For more information, see the README.')
75+
print('warning: On 1 December 2021, Visual Recognition will no longer be available. For more information, see https://github.com/watson-developer-cloud/python-sdk/tree/master#visual-recognition-deprecation.')
7676
if not authenticator:
7777
authenticator = get_authenticator_from_environment(service_name)
7878
BaseService.__init__(self,

0 commit comments

Comments
 (0)