Skip to content

Commit b8a689d

Browse files
committed
refactor: Refactor bluemix to cloud.ibm
1 parent 90efe08 commit b8a689d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Scripts/Services/Assistant/V2/AssistantService.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

Scripts/Services/NaturalLanguageUnderstanding/V1/NaturalLanguageUnderstandingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public NaturalLanguageUnderstandingService(string versionDate, Credentials crede
165165
/// <param name="language">ISO 639-1 code that specifies the language of your text. This overrides automatic
166166
/// language detection. Language support differs depending on the features you include in your analysis. See
167167
/// [Language
168-
/// support](https://www.bluemix.net/docs/services/natural-language-understanding/language-support.html) for
168+
/// support](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-language-support) for
169169
/// more information. (optional)</param>
170170
/// <param name="limitTextCharacters">Sets the maximum number of characters that are processed by the service.
171171
/// (optional)</param>

0 commit comments

Comments
 (0)