Skip to content

Commit 8f7267a

Browse files
committed
docs: Refactored relative urls to use https://cloud.ibm.com
1 parent 2947a33 commit 8f7267a

File tree

13 files changed

+133
-133
lines changed

13 files changed

+133
-133
lines changed

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/Model/CategoriesResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class CategoriesResult : BaseModel
2727
/// <summary>
2828
/// The path to the category through the 5-level taxonomy hierarchy. For the complete list of categories, see
2929
/// the [Categories
30-
/// hierarchy](/docs/services/natural-language-understanding/categories.html#categories-hierarchy)
30+
/// hierarchy](https://cloud.ibm.com/docs/services/natural-language-understanding/categories.html#categories-hierarchy)
3131
/// documentation.
3232
/// </summary>
3333
[JsonProperty("label", NullValueHandling = NullValueHandling.Ignore)]

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/Model/EntitiesOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1.Model
2121
{
2222
/// <summary>
2323
/// Identifies people, cities, organizations, and other entities in the content. See [Entity types and
24-
/// subtypes](/docs/services/natural-language-understanding/entity-types.html).
24+
/// subtypes](https://cloud.ibm.com/docs/services/natural-language-understanding/entity-types.html).
2525
///
2626
/// Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Swedish.
2727
/// Arabic, Chinese, and Dutch custom models are also supported.

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/Model/Features.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Features : BaseModel
4343
public EmotionOptions Emotion { get; set; }
4444
/// <summary>
4545
/// Identifies people, cities, organizations, and other entities in the content. See [Entity types and
46-
/// subtypes](/docs/services/natural-language-understanding/entity-types.html).
46+
/// subtypes](https://cloud.ibm.com/docs/services/natural-language-understanding/entity-types.html).
4747
///
4848
/// Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish,
4949
/// Swedish. Arabic, Chinese, and Dutch custom models are also supported.
@@ -67,7 +67,7 @@ public class Features : BaseModel
6767
/// <summary>
6868
/// Recognizes when two entities are related and identifies the type of relation. For example, an `awardedTo`
6969
/// relation might connect the entities "Nobel Prize" and "Albert Einstein". See [Relation
70-
/// types](/docs/services/natural-language-understanding/relations.html).
70+
/// types](https://cloud.ibm.com/docs/services/natural-language-understanding/relations.html).
7171
///
7272
/// Supported languages: Arabic, English, German, Japanese, Korean, Spanish. Chinese, Dutch, French, Italian,
7373
/// and Portuguese custom models are also supported.

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/Model/Parameters.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ public class Parameters : BaseModel
4646
public Features Features { get; set; }
4747
/// <summary>
4848
/// Set this to `false` to disable webpage cleaning. To learn more about webpage cleaning, see the [Analyzing
49-
/// webpages](/docs/services/natural-language-understanding/analyzing-webpages.html) documentation.
49+
/// webpages](https://cloud.ibm.com/docs/services/natural-language-understanding/analyzing-webpages.html) documentation.
5050
/// </summary>
5151
[JsonProperty("clean", NullValueHandling = NullValueHandling.Ignore)]
5252
public bool? Clean { get; set; }
5353
/// <summary>
54-
/// An [XPath query](/docs/services/natural-language-understanding/analyzing-webpages.html#xpath) to perform on
54+
/// An [XPath query](https://cloud.ibm.com/docs/services/natural-language-understanding/analyzing-webpages.html#xpath) to perform on
5555
/// `html` or `url` input. Results of the query will be appended to the cleaned webpage text before it is
5656
/// analyzed. To analyze only the results of the XPath query, set the `clean` parameter to `false`.
5757
/// </summary>

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/Model/RelationsOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ namespace IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1.Model
2222
/// <summary>
2323
/// Recognizes when two entities are related and identifies the type of relation. For example, an `awardedTo`
2424
/// relation might connect the entities "Nobel Prize" and "Albert Einstein". See [Relation
25-
/// types](/docs/services/natural-language-understanding/relations.html).
25+
/// types](https://cloud.ibm.com/docs/services/natural-language-understanding/relations.html).
2626
///
2727
/// Supported languages: Arabic, English, German, Japanese, Korean, Spanish. Chinese, Dutch, French, Italian, and
2828
/// Portuguese custom models are also supported.
2929
/// </summary>
3030
public class RelationsOptions : BaseModel
3131
{
3232
/// <summary>
33-
/// Enter a [custom model](/docs/services/natural-language-understanding/customizing.html) ID to override the
33+
/// Enter a [custom model](https://cloud.ibm.com/docs/services/natural-language-understanding/customizing.html) ID to override the
3434
/// default model.
3535
/// </summary>
3636
[JsonProperty("model", NullValueHandling = NullValueHandling.Ignore)]

src/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/PersonalityInsightsService.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ public PersonalityInsightsService(IClient httpClient) : this()
9494
/// in Arabic, English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
9595
///
9696
/// **See also:**
97-
/// * [Requesting a profile](/docs/services/personality-insights/input.html)
98-
/// * [Providing sufficient input](/docs/services/personality-insights/input.html#sufficient)
97+
/// * [Requesting a profile](https://cloud.ibm.com/docs/services/personality-insights/input.html)
98+
/// * [Providing sufficient input](https://cloud.ibm.com/docs/services/personality-insights/input.html#sufficient)
9999
///
100100
/// ### Content types
101101
///
@@ -109,7 +109,7 @@ public PersonalityInsightsService(IClient httpClient) : this()
109109
/// character encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
110110
///
111111
/// **See also:** [Specifying request and response
112-
/// formats](/docs/services/personality-insights/input.html#formats)
112+
/// formats](https://cloud.ibm.com/docs/services/personality-insights/input.html#formats)
113113
///
114114
/// ### Accept types
115115
///
@@ -118,12 +118,12 @@ public PersonalityInsightsService(IClient httpClient) : this()
118118
/// parameter to `true` to request optional column headers for CSV output.
119119
///
120120
/// **See also:**
121-
/// * [Understanding a JSON profile](/docs/services/personality-insights/output.html)
122-
/// * [Understanding a CSV profile](/docs/services/personality-insights/output-csv.html).
121+
/// * [Understanding a JSON profile](https://cloud.ibm.com/docs/services/personality-insights/output.html)
122+
/// * [Understanding a CSV profile](https://cloud.ibm.com/docs/services/personality-insights/output-csv.html).
123123
/// </summary>
124124
/// <param name="content">A maximum of 20 MB of content to analyze, though the service requires much less text;
125125
/// for more information, see [Providing sufficient
126-
/// input](/docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
126+
/// input](https://cloud.ibm.com/docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
127127
/// `Content`.</param>
128128
/// <param name="contentType">The type of the input. For more information, see **Content types** in the method
129129
/// description.
@@ -213,8 +213,8 @@ public Profile Profile(Content content, string contentType = null, string conten
213213
/// in Arabic, English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
214214
///
215215
/// **See also:**
216-
/// * [Requesting a profile](/docs/services/personality-insights/input.html)
217-
/// * [Providing sufficient input](/docs/services/personality-insights/input.html#sufficient)
216+
/// * [Requesting a profile](https://cloud.ibm.com/docs/services/personality-insights/input.html)
217+
/// * [Providing sufficient input](https://cloud.ibm.com/docs/services/personality-insights/input.html#sufficient)
218218
///
219219
/// ### Content types
220220
///
@@ -228,7 +228,7 @@ public Profile Profile(Content content, string contentType = null, string conten
228228
/// character encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
229229
///
230230
/// **See also:** [Specifying request and response
231-
/// formats](/docs/services/personality-insights/input.html#formats)
231+
/// formats](https://cloud.ibm.com/docs/services/personality-insights/input.html#formats)
232232
///
233233
/// ### Accept types
234234
///
@@ -237,12 +237,12 @@ public Profile Profile(Content content, string contentType = null, string conten
237237
/// parameter to `true` to request optional column headers for CSV output.
238238
///
239239
/// **See also:**
240-
/// * [Understanding a JSON profile](/docs/services/personality-insights/output.html)
241-
/// * [Understanding a CSV profile](/docs/services/personality-insights/output-csv.html).
240+
/// * [Understanding a JSON profile](https://cloud.ibm.com/docs/services/personality-insights/output.html)
241+
/// * [Understanding a CSV profile](https://cloud.ibm.com/docs/services/personality-insights/output-csv.html).
242242
/// </summary>
243243
/// <param name="content">A maximum of 20 MB of content to analyze, though the service requires much less text;
244244
/// for more information, see [Providing sufficient
245-
/// input](/docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
245+
/// input](https://cloud.ibm.com/docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
246246
/// `Content`.</param>
247247
/// <param name="contentType">The type of the input. For more information, see **Content types** in the method
248248
/// description.

src/IBM.WatsonDeveloperCloud.SpeechToText.v1/Model/CreateAcousticModel.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ public class CreateAcousticModel : BaseModel
3131
/// custom model can be used only with the base model that it customizes.
3232
///
3333
/// To determine whether a base model supports acoustic model customization, refer to [Language support for
34-
/// customization](/docs/services/speech-to-text/custom.html#languageSupport).
34+
/// customization](https://cloud.ibm.com/docs/services/docs/services/speech-to-text/custom.html#languageSupport).
3535
/// </summary>
3636
/// <value>
3737
/// The name of the base language model that is to be customized by the new custom acoustic model. The new
3838
/// custom model can be used only with the base model that it customizes.
3939
///
4040
/// To determine whether a base model supports acoustic model customization, refer to [Language support for
41-
/// customization](/docs/services/speech-to-text/custom.html#languageSupport).
41+
/// customization](https://cloud.ibm.com/docs/services/docs/services/speech-to-text/custom.html#languageSupport).
4242
/// </value>
4343
[JsonConverter(typeof(StringEnumConverter))]
4444
public enum BaseModelNameEnum
@@ -152,7 +152,7 @@ public enum BaseModelNameEnum
152152
/// custom model can be used only with the base model that it customizes.
153153
///
154154
/// To determine whether a base model supports acoustic model customization, refer to [Language support for
155-
/// customization](/docs/services/speech-to-text/custom.html#languageSupport).
155+
/// customization](https://cloud.ibm.com/docs/services/docs/services/speech-to-text/custom.html#languageSupport).
156156
/// </summary>
157157
[JsonProperty("base_model_name", NullValueHandling = NullValueHandling.Ignore)]
158158
public BaseModelNameEnum? BaseModelName { get; set; }

src/IBM.WatsonDeveloperCloud.SpeechToText.v1/Model/CreateLanguageModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CreateLanguageModel : BaseModel
3232
///
3333
/// To determine whether a base model supports language model customization, use the **Get a model** method and
3434
/// check that the attribute `custom_language_model` is set to `true`. You can also refer to [Language support
35-
/// for customization](/docs/services/speech-to-text/custom.html#languageSupport).
35+
/// for customization](https://cloud.ibm.com/docs/services/docs/services/speech-to-text/custom.html#languageSupport).
3636
/// </summary>
3737
/// <value>
3838
/// The name of the base language model that is to be customized by the new custom language model. The new

0 commit comments

Comments
 (0)