Skip to content

Commit a4c5faa

Browse files
committed
updating service urls
1 parent a81628d commit a4c5faa

18 files changed

+25
-16
lines changed

watson_developer_cloud/alchemy_data_news_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""
1515
The AlchemyData News service
16-
(http://www.alchemyapi.com/products/alchemydata-news)
16+
(https://www.ibm.com/watson/developercloud/alchemy-data-news.html)
1717
"""
1818

1919
from .watson_developer_cloud_service import WatsonDeveloperCloudService

watson_developer_cloud/alchemy_language_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""
1515
The AlchemyAPI Language service
16-
(http://www.alchemyapi.com/products/alchemylanguage)
16+
(https://www.ibm.com/watson/developercloud/alchemy-language.html)
1717
"""
1818

1919
from .watson_developer_cloud_service import WatsonDeveloperCloudService

watson_developer_cloud/alchemy_vision_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""
1515
The AlchemyAPI Vision service
16-
(http://www.alchemyapi.com/products/alchemyvision)
16+
(https://www.ibm.com/watson/developercloud/visual-recognition.html)
1717
"""
1818

1919
from .watson_developer_cloud_service import WatsonDeveloperCloudService

watson_developer_cloud/concept_insights_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""
1515
The v2 Concept Insights service
16-
(https://http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/concept-insights.html)
16+
(https://www.ibm.com/watson/developercloud/concept-insights.html)
1717
"""
1818
from .watson_developer_cloud_service import WatsonDeveloperCloudService
1919
import json

watson_developer_cloud/conversation_v1_experimental.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""
1515
The Conversation v1 experimental service
16-
(http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/conversation.html)
16+
(https://www.ibm.com/watson/developercloud/conversation.html)
1717
"""
1818

1919
from .watson_developer_cloud_service import WatsonDeveloperCloudService

watson_developer_cloud/dialog_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""
1616
The v1 Dialog service
17-
(https://http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/dialog.html)
17+
(https://www.ibm.com/watson/developercloud/dialog.html)
1818
"""
1919
from .watson_developer_cloud_service import WatsonDeveloperCloudService
2020

watson_developer_cloud/document_conversion_v1.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
"""
16+
The v1 Document Conversion service
17+
(https://www.ibm.com/watson/developercloud/document-conversion.html)
18+
"""
1519
from .watson_developer_cloud_service import WatsonDeveloperCloudService
1620
import os
1721
import json

watson_developer_cloud/language_translation_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""
1616
The v2 Language Translation service
17-
(https://http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/language-translation.html)
17+
(https://www.ibm.com/watson/developercloud/language-translation.html)
1818
"""
1919

2020
import warnings

watson_developer_cloud/language_translator_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""
1616
The v2 Language Translator service
17-
(https:/www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/language-translator.html)
17+
(https://www.ibm.com/watson/developercloud/language-translator.html)
1818
"""
1919

2020
from .watson_developer_cloud_service import WatsonDeveloperCloudService

watson_developer_cloud/natural_language_classifier_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""
1616
The v1 Natural Language Classifier service
17-
(https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/nl-classifier.html)
17+
(https://www.ibm.com/watson/developercloud/nl-classifier.html)
1818
"""
1919

2020
import json

0 commit comments

Comments
 (0)