From fd63a78e178618ca311eaf26670699805927e02b Mon Sep 17 00:00:00 2001 From: Mamoon Raja Date: Thu, 3 Dec 2020 16:27:56 -0500 Subject: [PATCH] docs: Add url to deprecation notices --- ibm_watson/personality_insights_v3.py | 2 +- ibm_watson/visual_recognition_v3.py | 2 +- ibm_watson/visual_recognition_v4.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ibm_watson/personality_insights_v3.py b/ibm_watson/personality_insights_v3.py index a57f408c..50188ae0 100644 --- a/ibm_watson/personality_insights_v3.py +++ b/ibm_watson/personality_insights_v3.py @@ -961,7 +961,7 @@ def __init__( array provides information inferred from the input text for the individual preferences of that category. """ - print('warning: On 1 December 2021, Personality Insights will no longer be available. For more information, see the README.') + 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.') self.processed_language = processed_language self.word_count = word_count self.word_count_message = word_count_message diff --git a/ibm_watson/visual_recognition_v3.py b/ibm_watson/visual_recognition_v3.py index da7c810b..e996b39e 100644 --- a/ibm_watson/visual_recognition_v3.py +++ b/ibm_watson/visual_recognition_v3.py @@ -72,7 +72,7 @@ def __init__( Get up to date information from https://github.com/IBM/python-sdk-core/blob/master/README.md about initializing the authenticator of your choice. """ - print('warning: On 1 December 2021, Visual Recognition will no longer be available. For more information, see the README.') + 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.') if not authenticator: authenticator = get_authenticator_from_environment(service_name) BaseService.__init__(self, diff --git a/ibm_watson/visual_recognition_v4.py b/ibm_watson/visual_recognition_v4.py index 0848c9f8..1354af1a 100644 --- a/ibm_watson/visual_recognition_v4.py +++ b/ibm_watson/visual_recognition_v4.py @@ -72,7 +72,7 @@ def __init__( Get up to date information from https://github.com/IBM/python-sdk-core/blob/master/README.md about initializing the authenticator of your choice. """ - print('warning: On 1 December 2021, Visual Recognition will no longer be available. For more information, see the README.') + 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.') if not authenticator: authenticator = get_authenticator_from_environment(service_name) BaseService.__init__(self,