Skip to content

Commit c642d21

Browse files
authored
Merge pull request #242 from SirSpidey/master
Update links to natural-language-classifier
2 parents 578b6d2 + 6d7b983 commit c642d21

File tree

1 file changed

+2
-2
lines changed
  • services/natural_language_classifier

1 file changed

+2
-2
lines changed

services/natural_language_classifier/v1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<p></p>
7373
<p><b>Training Mode</b>.</p>
7474
<p>Set the training data language in the node configuration window.</p>
75-
<p>The CSV training data should be passed in on <code>msg.payload</code> as a String or String Array. For more details on the training data format, see this <a href="https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/nl-classifier/data_format.shtml">link</a></p>
75+
<p>The CSV training data should be passed in on <code>msg.payload</code> as a String or String Array. For more details on the training data format, see this <a href="http://www.ibm.com/watson/developercloud/doc/natural-language-classifier/using-your-data.html">link</a></p>
7676
<p>The returned classification training status will be returned on <code>msg.payload</code>.</p>
7777
<p><b>List Mode</b>.</p>
7878
<p>Set the mode in the node configuration window.</p>
@@ -83,7 +83,7 @@
8383
<p>The Classifier ID should be passed in on <code>msg.payload</code> as a String<p>
8484
<p>The status of the delete be returned on <code>msg.payload</code>. It will contain {} if successful</p>
8585
<p><b>More Information</b>.</p>
86-
<p>For more information about the Natural Language Classifier service, read the <a href="https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/natural-language-classifier">documentation</a>.</p>
86+
<p>For more information about the Natural Language Classifier service, read the <a href="http://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/">documentation</a>.</p>
8787
</script>
8888

8989
<script type="text/javascript">

0 commit comments

Comments
 (0)