@@ -2462,7 +2462,7 @@ private void OnDeleteDocumentResponse(RESTConnector.Request req, RESTConnector.R
24622462 /// Query a collection.
24632463 ///
24642464 /// By using this method, you can construct long queries. For details, see the [Discovery
2465- /// documentation](https://cloud.ibm.com/docs/services/ discovery?topic=discovery-query-concepts#query-concepts).
2465+ /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts).
24662466 /// </summary>
24672467 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
24682468 /// <param name="environmentId">The ID of the environment.</param>
@@ -2645,8 +2645,8 @@ private void OnQueryResponse(RESTConnector.Request req, RESTConnector.Response r
26452645 ///
26462646 /// Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated
26472647 /// when ingesting documents and performing relevance training. See the [Discovery
2648- /// documentation](https://cloud.ibm.com/docs/services/ discovery?topic=discovery-query-concepts#query-concepts)
2649- /// for more details on the query language.
2648+ /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts) for more
2649+ /// details on the query language.
26502650 /// </summary>
26512651 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
26522652 /// <param name="environmentId">The ID of the environment.</param>
@@ -2830,7 +2830,7 @@ private void OnQueryNoticesResponse(RESTConnector.Request req, RESTConnector.Res
28302830 ///
28312831 /// By using this method, you can construct long queries that search multiple collection. For details, see the
28322832 /// [Discovery
2833- /// documentation](https://cloud.ibm.com/docs/services/ discovery?topic=discovery-query-concepts#query-concepts).
2833+ /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts).
28342834 /// </summary>
28352835 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
28362836 /// <param name="environmentId">The ID of the environment.</param>
@@ -3007,8 +3007,8 @@ private void OnFederatedQueryResponse(RESTConnector.Request req, RESTConnector.R
30073007 ///
30083008 /// Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated
30093009 /// when ingesting documents and performing relevance training. See the [Discovery
3010- /// documentation](https://cloud.ibm.com/docs/services/ discovery?topic=discovery-query-concepts#query-concepts)
3011- /// for more details on the query language.
3010+ /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts) for more
3011+ /// details on the query language.
30123012 /// </summary>
30133013 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
30143014 /// <param name="environmentId">The ID of the environment.</param>
@@ -4047,7 +4047,7 @@ private void OnGetTrainingExampleResponse(RESTConnector.Request req, RESTConnect
40474047 ///
40484048 /// You associate a customer ID with data by passing the **X-Watson-Metadata** header with a request that passes
40494049 /// data. For more information about personal data and customer IDs, see [Information
4050- /// security](https://cloud.ibm.com/docs/services/ discovery?topic=discovery-information-security#information-security).
4050+ /// security](https://cloud.ibm.com/docs/discovery?topic=discovery-information-security#information-security).
40514051 /// </summary>
40524052 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
40534053 /// <param name="customerId">The customer ID for which all data is to be deleted.</param>
@@ -5398,4 +5398,4 @@ private void OnDeleteGatewayResponse(RESTConnector.Request req, RESTConnector.Re
53985398 ( ( RequestObject < GatewayDelete > ) req ) . Callback ( response , resp . Error ) ;
53995399 }
54005400 }
5401- }
5401+ }
0 commit comments