Skip to content

Commit 7435fa5

Browse files
authored
Merge pull request #741 from watson-developer-cloud/docs/update-links
docs: update old doc links
2 parents 9c81b37 + 737fd96 commit 7435fa5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ibm_watson/assistant_v1.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4780,14 +4780,14 @@ class DialogNodeOutputGeneric():
47804780
natural-language query or a query that uses the Discovery query language syntax,
47814781
depending on the value of the **query_type** property. For more information, see
47824782
the [Discovery service
4783-
documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators).
4783+
documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-operators#query-operators).
47844784
Required when **response_type**=`search_skill`.
47854785
:attr str query_type: (optional) The type of the search query. Required when
47864786
**response_type**=`search_skill`.
47874787
:attr str filter: (optional) An optional filter that narrows the set of
47884788
documents to be searched. For more information, see the [Discovery service
47894789
documentation]([Discovery service
4790-
documentation](https://cloud.ibm.com/docs/discovery/query-parameters.html#filter).
4790+
documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-parameters#filter).
47914791
:attr str discovery_version: (optional) The version of the Discovery service API
47924792
to use for the query.
47934793
"""
@@ -4849,14 +4849,14 @@ def __init__(self,
48494849
either a natural-language query or a query that uses the Discovery query
48504850
language syntax, depending on the value of the **query_type** property. For
48514851
more information, see the [Discovery service
4852-
documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators).
4852+
documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-operators#query-operators).
48534853
Required when **response_type**=`search_skill`.
48544854
:param str query_type: (optional) The type of the search query. Required
48554855
when **response_type**=`search_skill`.
48564856
:param str filter: (optional) An optional filter that narrows the set of
48574857
documents to be searched. For more information, see the [Discovery service
48584858
documentation]([Discovery service
4859-
documentation](https://cloud.ibm.com/docs/discovery/query-parameters.html#filter).
4859+
documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-parameters#filter).
48604860
:param str discovery_version: (optional) The version of the Discovery
48614861
service API to use for the query.
48624862
"""

ibm_watson/speech_to_text_v1_adapter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def recognize_using_websocket(self,
171171
model for which the grammar is defined. The service recognizes only strings that
172172
are recognized by the specified grammar; it does not recognize other custom words
173173
from the model's words resource. See
174-
[Grammars](https://cloud.ibm.com/docs/speech-to-text/output.html).
174+
[Grammars](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-output).
175175
:param bool redaction: If `true`, the service redacts, or masks, numeric data from
176176
final transcripts. The feature redacts any number that has three or more
177177
consecutive digits by replacing each digit with an `X` character. It is intended
@@ -184,7 +184,7 @@ def recognize_using_websocket(self,
184184
(forces the `max_alternatives` parameter to be `1`).
185185
**Note:** Applies to US English, Japanese, and Korean transcription only.
186186
See [Numeric
187-
redaction](https://cloud.ibm.com/docs/speech-to-text/output.html#redaction).
187+
redaction](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-output#redaction).
188188
:param bool processing_metrics: If `true`, requests processing metrics about the
189189
service's transcription of the input audio. The service returns processing metrics
190190
at the interval specified by the `processing_metrics_interval` parameter. It also

0 commit comments

Comments
 (0)