Skip to content

Commit e72dc30

Browse files
SirSpideyehdsouza
authored andcommitted
Update links to developercloud
Updating links that point to WDC documentation to go to the Watson console. Addresses https://github.ibm.com/watson/developer-experience/issues/1719
1 parent f697431 commit e72dc30

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/generate_index_html.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ echo '<!DOCTYPE html>
1717
<h1>IBM Watson Developer Cloud Python SDK</h1>
1818
</div>
1919
20-
<p><a href="http://www.ibm.com/watson/developercloud/">Info</a>
21-
| <a href="http://www.ibm.com/watson/developercloud/doc/">Documentation</a>
20+
<p><a href="https://www.ibm.com/watson/developer/">Info</a>
21+
| <a href="https://console.bluemix.net/developer/watson/documentation">Documentation</a>
2222
| <a href="https://github.com/watson-developer-cloud/python-sdk">GitHub</a>
2323
| <a href="https://pypi.python.org/pypi/watson-developer-cloud">pypi</a>
2424
</p>

examples/conversation_tone_analyzer_integration/tone_detection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Thresholds for identifying meaningful tones returned by the Watson Tone
1616
Analyzer. Current values are
1717
* based on the recommendations made by the Watson Tone Analyzer at
18-
* https://www.ibm.com/watson/developercloud/doc/tone-analyzer/understanding
19-
-tone.shtml
18+
* https://console.bluemix.net/docs/services/tone-analyzer/using-tone.html
2019
* These thresholds can be adjusted to client/domain requirements.
2120
"""
2221

watson_developer_cloud/natural_language_classifier_v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def create_classifier(self,
104104
Sends data to create and train a classifier and returns information about the new
105105
classifier.
106106
107-
:param file metadata: Metadata in JSON format. The metadata identifies the language of the data, and an optional name to identify the classifier. For details, see the [API reference](https://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/#create_classifier).
108-
:param file training_data: Training data in CSV format. Each text value must have at least one class. The data can include up to 15,000 records. For details, see [Using your own data](https://www.ibm.com/watson/developercloud/doc/natural-language-classifier/using-your-data.html).
107+
:param file metadata: Metadata in JSON format. The metadata identifies the language of the data, and an optional name to identify the classifier. For details, see the [API reference](https://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/python.html?python#create-classifier).
108+
:param file training_data: Training data in CSV format. Each text value must have at least one class. The data can include up to 15,000 records. For details, see [Using your own data](https://console.bluemix.net/docs/services/natural-language-classifier/using-your-data.html).
109109
:param str metadata_filename: The filename for training_metadata.
110110
:param str training_data_filename: The filename for training_data.
111111
:return: A `dict` containing the `Classifier` response.

0 commit comments

Comments
 (0)