Skip to content

Commit 47f0930

Browse files
authored
docs: Update outdated links (#1040)
1 parent e38cca2 commit 47f0930

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
* Visual Recognition
624624
* New method `getCoreMlModel` adds support for CoreML
625625
* Breaking: `detectFaces` no longer supports identity information in the response.
626-
* `name`, `score`, `type_hierarchy` removed from response [Release notes](https://console.bluemix.net/docs/services/visual-recognition/release-notes.html#2april2018)
626+
* `name`, `score`, `type_hierarchy` removed from response [Release notes](https://cloud.ibm.com/docs/visual-recognition?topic=visual-recognition-release-notes#2april2018)
627627

628628
* Natural Language Classifier
629629
* New method 'classifyCollection`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function (err, token) {
454454

455455
Use the [Assistant][assistant] service to determine the intent of a message.
456456

457-
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://cloud.ibm.com/docs/conversation/index.html#about) for details.
457+
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-index#about) for details.
458458

459459
```js
460460
const AssistantV2 = require('ibm-watson/assistant/v2');
@@ -484,7 +484,7 @@ assistant.message(
484484

485485
Use the [Assistant][assistant] service to determine the intent of a message.
486486

487-
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://cloud.ibm.com/docs/conversation/index.html#about) for details.
487+
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-index#about) for details.
488488

489489
```js
490490
const AssistantV1 = require('ibm-watson/assistant/v1');

assistant/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5336,15 +5336,15 @@ namespace AssistantV1 {
53365336
message_to_human_agent?: string;
53375337
/** The text of the search query. This can be either a natural-language query or a query that uses the Discovery
53385338
* query language syntax, depending on the value of the **query_type** property. For more information, see the
5339-
* [Discovery service documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators).
5339+
* [Discovery service documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-operators#query-operators).
53405340
* Required when **response_type**=`search_skill`.
53415341
*/
53425342
query?: string;
53435343
/** The type of the search query. Required when **response_type**=`search_skill`. */
53445344
query_type?: string;
53455345
/** An optional filter that narrows the set of documents to be searched. For more information, see the
53465346
* [Discovery service documentation]([Discovery service
5347-
* documentation](https://cloud.ibm.com/docs/discovery/query-parameters.html#filter).
5347+
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-parameters#filter).
53485348
*/
53495349
filter?: string;
53505350
/** The version of the Discovery service API to use for the query. */

examples/personality_insights.v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ personalityInsights.profile(
7575

7676
/*
7777
* CSV output example:
78-
* https://cloud.ibm.com/docs/services/personality-insights?topic=personality-insights-outputCSV#outputCSV
78+
* https://cloud.ibm.com/docs/personality-insights?topic=personality-insights-outputCSV#outputCSV
7979
*/
8080
personalityInsights
8181
.profileAsCsv(

0 commit comments

Comments
 (0)