Skip to content

Commit 8adba99

Browse files
committed
docs: Update links in documentation
1 parent 3d39e27 commit 8adba99

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/IBM.Watson.Assistant.v1/Model/DialogNodeOutputGeneric.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,15 @@ public class QueryTypeEnumValue
198198
/// The text of the search query. This can be either a natural-language query or a query that uses the Discovery
199199
/// query language syntax, depending on the value of the **query_type** property. For more information, see the
200200
/// [Discovery service
201-
/// documentation](https://cloud.ibm.com/docs/services/discovery/query-operators.html#query-operators). Required
201+
/// documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators). Required
202202
/// when **response_type**=`search_skill`.
203203
/// </summary>
204204
[JsonProperty("query", NullValueHandling = NullValueHandling.Ignore)]
205205
public string Query { get; set; }
206206
/// <summary>
207207
/// An optional filter that narrows the set of documents to be searched. For more information, see the
208208
/// [Discovery service documentation]([Discovery service
209-
/// documentation](https://cloud.ibm.com/docs/services/discovery/query-parameters.html#filter).
209+
/// documentation](https://cloud.ibm.com/docs/discovery/query-parameters.html#filter).
210210
/// </summary>
211211
[JsonProperty("filter", NullValueHandling = NullValueHandling.Ignore)]
212212
public string Filter { get; set; }

src/IBM.Watson.CompareComply.v1/CompareComplyService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,9 +699,9 @@ public DetailedResponse<FeedbackDeleted> DeleteFeedback(string feedbackId, strin
699699
/// Run Compare and Comply methods over a collection of input documents.
700700
///
701701
/// **Important:** Batch processing requires the use of the [IBM Cloud Object Storage
702-
/// service](https://cloud.ibm.com/docs/services/cloud-object-storage?topic=cloud-object-storage-about#about-ibm-cloud-object-storage).
702+
/// service](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-about#about-ibm-cloud-object-storage).
703703
/// The use of IBM Cloud Object Storage with Compare and Comply is discussed at [Using batch
704-
/// processing](https://cloud.ibm.com/docs/services/compare-comply?topic=compare-comply-batching#before-you-batch).
704+
/// processing](https://cloud.ibm.com/docs/compare-comply?topic=compare-comply-batching#before-you-batch).
705705
/// </summary>
706706
/// <param name="function">The Compare and Comply method to run across the submitted input documents.</param>
707707
/// <param name="inputCredentialsFile">A JSON file containing the input Cloud Object Storage credentials. At a

src/IBM.Watson.Discovery.v1/Model/CredentialDetails.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ public class SourceVersionEnumValue
207207
/// The access key ID associated with the cloud object store. Only valid, and required, with a
208208
/// **credential_type** of `aws4_hmac`. This value is never returned and is only used when creating or modifying
209209
/// **credentials**. For more infomation, see the [cloud object store
210-
/// documentation](https://cloud.ibm.com/docs/services/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
210+
/// documentation](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
211211
/// </summary>
212212
[JsonProperty("access_key_id", NullValueHandling = NullValueHandling.Ignore)]
213213
public string AccessKeyId { get; set; }
214214
/// <summary>
215215
/// The secret access key associated with the cloud object store. Only valid, and required, with a
216216
/// **credential_type** of `aws4_hmac`. This value is never returned and is only used when creating or modifying
217217
/// **credentials**. For more infomation, see the [cloud object store
218-
/// documentation](https://cloud.ibm.com/docs/services/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
218+
/// documentation](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-using-hmac-credentials#using-hmac-credentials).
219219
/// </summary>
220220
[JsonProperty("secret_access_key", NullValueHandling = NullValueHandling.Ignore)]
221221
public string SecretAccessKey { get; set; }

src/IBM.Watson.Discovery.v1/Model/Enrichment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class Enrichment
5959
/// When using `elements` the **options** object must contain Element Classification options. Additionally,
6060
/// when using the `elements` enrichment the configuration specified and files ingested must meet all the
6161
/// criteria specified in [the
62-
/// documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-element-classification#element-classification).
62+
/// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-element-classification#element-classification).
6363
/// </summary>
6464
[JsonProperty("enrichment", NullValueHandling = NullValueHandling.Ignore)]
6565
public string _Enrichment { get; set; }

src/IBM.Watson.Discovery.v2/DiscoveryService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public DetailedResponse<ListCollectionsResponse> ListCollections(string projectI
105105
/// Query a project.
106106
///
107107
/// By using this method, you can construct queries. For details, see the [Discovery
108-
/// documentation](https://cloud.ibm.com/docs/services/discovery-data?topic=discovery-data-query-concepts).
108+
/// documentation](https://cloud.ibm.com/docs/discovery-data?topic=discovery-data-query-concepts).
109109
/// </summary>
110110
/// <param name="projectId">The ID of the project. This information can be found from the deploy page of the
111111
/// Discovery administrative tooling.</param>

0 commit comments

Comments
 (0)