@@ -135,7 +135,7 @@ public AssistantService(string versionDate, Credentials credentials) : base(vers
135135 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
136136 /// <param name="assistantId">Unique identifier of the assistant. You can find the assistant ID of an assistant
137137 /// on the **Assistants** tab of the Watson Assistant tool. For information about creating assistants, see the
138- /// [documentation](https://console.bluemix.net /docs/services/assistant/ assistant-add.html #assistant-add-task).
138+ /// [documentation](https://cloud.ibm.com /docs/services/assistant?topic= assistant-assistant- add#assistant-add-task).
139139 ///
140140 /// **Note:** Currently, the v2 API does not support creating assistants.</param>
141141 /// <returns><see cref="SessionResponse" />SessionResponse</returns>
@@ -210,7 +210,7 @@ private void OnCreateSessionResponse(RESTConnector.Request req, RESTConnector.Re
210210 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
211211 /// <param name="assistantId">Unique identifier of the assistant. You can find the assistant ID of an assistant
212212 /// on the **Assistants** tab of the Watson Assistant tool. For information about creating assistants, see the
213- /// [documentation](https://console.bluemix.net /docs/services/assistant/ assistant-add.html #assistant-add-task).
213+ /// [documentation](https://cloud.ibm.com /docs/services/assistant?topic= assistant-assistant- add#assistant-add-task).
214214 ///
215215 /// **Note:** Currently, the v2 API does not support creating assistants.</param>
216216 /// <param name="sessionId">Unique identifier of the session.</param>
@@ -290,7 +290,7 @@ private void OnDeleteSessionResponse(RESTConnector.Request req, RESTConnector.Re
290290 /// <param name="callback">The callback function that is invoked when the operation completes.</param>
291291 /// <param name="assistantId">Unique identifier of the assistant. You can find the assistant ID of an assistant
292292 /// on the **Assistants** tab of the Watson Assistant tool. For information about creating assistants, see the
293- /// [documentation](https://console.bluemix.net /docs/services/assistant/ assistant-add.html #assistant-add-task).
293+ /// [documentation](https://cloud.ibm.com /docs/services/assistant?topic= assistant-assistant- add#assistant-add-task).
294294 ///
295295 /// **Note:** Currently, the v2 API does not support creating assistants.</param>
296296 /// <param name="sessionId">Unique identifier of the session.</param>
0 commit comments