Skip to content

Commit 7884720

Browse files
mediumTajgermanattanasio
authored andcommitted
docs: Update outdated links
1 parent db3a920 commit 7884720

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assistant/src/main/java/com/ibm/watson/assistant/v1/model/DialogNodeOutputGeneric.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ public String messageToHumanAgent() {
551551
* <p>The text of the search query. This can be either a natural-language query or a query that
552552
* uses the Discovery query language syntax, depending on the value of the **query_type**
553553
* property. For more information, see the [Discovery service
554-
* documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators).
554+
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-operators#query-operators).
555555
* Required when **response_type**=`search_skill`.
556556
*
557557
* @return the query
@@ -576,7 +576,7 @@ public String queryType() {
576576
*
577577
* <p>An optional filter that narrows the set of documents to be searched. For more information,
578578
* see the [Discovery service documentation]([Discovery service
579-
* documentation](https://cloud.ibm.com/docs/discovery/query-parameters.html#filter).
579+
* documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-parameters#filter).
580580
*
581581
* @return the filter
582582
*/

compare-comply/README.md

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

2121
## Usage
2222

23-
Use the [Compare and Comply](https://cloud.ibm.com/docs/compare-comply/index.html#about) service to enable better and faster document understanding. Below is an example of converting a PDF file into HTML:
23+
Use the [Compare and Comply](https://cloud.ibm.com/docs/compare-comply?topic=compare-comply-about#about) service to enable better and faster document understanding. Below is an example of converting a PDF file into HTML:
2424

2525
```java
2626
Authenticator authenticator = new IamAuthenticator("<iam_api_key>");

0 commit comments

Comments
 (0)