diff --git a/watson_developer_cloud/natural_language_understanding_v1.py b/watson_developer_cloud/natural_language_understanding_v1.py index 23b111c70..c30de5c8f 100644 --- a/watson_developer_cloud/natural_language_understanding_v1.py +++ b/watson_developer_cloud/natural_language_understanding_v1.py @@ -22,7 +22,7 @@ class NaturalLanguageUnderstandingV1(WatsonDeveloperCloudService): from watson_developer_cloud/natural_language_understanding/features/v1 """ - base_url = 'https://gateway-s.watsonplatform.net' + base_url = 'https://gateway.watsonplatform.net' default_url = '{0}/natural-language-understanding/api'.format(base_url) latest_version = '2017-02-27'