Skip to content

Commit 8076e9c

Browse files
committed
docs: refactored more relative urls, changed test assembly name
1 parent 8f7267a commit 8076e9c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/NaturalLanguageUnderstandingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public InlineResponse200 DeleteModel(string modelId, Dictionary<string, object>
194194
/// List models.
195195
///
196196
/// Lists Watson Knowledge Studio [custom
197-
/// models](/docs/services/natural-language-understanding/customizing.html) that are deployed to your Natural
197+
/// models](https://cloud.ibm.com/docs/services/natural-language-understanding/customizing.html) that are deployed to your Natural
198198
/// Language Understanding service.
199199
/// </summary>
200200
/// <param name="customData">Custom data object to pass data including custom request headers.</param>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CreateLanguageModel : BaseModel
4040
///
4141
/// To determine whether a base model supports language model customization, use the **Get a model** method and
4242
/// check that the attribute `custom_language_model` is set to `true`. You can also refer to [Language support
43-
/// for customization](/docs/services/speech-to-text/custom.html#languageSupport).
43+
/// for customization](https://cloud.ibm.com/docs/services/speech-to-text/custom.html#languageSupport).
4444
/// </value>
4545
[JsonConverter(typeof(StringEnumConverter))]
4646
public enum BaseModelNameEnum
@@ -137,7 +137,7 @@ public enum BaseModelNameEnum
137137
///
138138
/// To determine whether a base model supports language model customization, use the **Get a model** method and
139139
/// check that the attribute `custom_language_model` is set to `true`. You can also refer to [Language support
140-
/// for customization](/docs/services/speech-to-text/custom.html#languageSupport).
140+
/// for customization](https://cloud.ibm.com/docs/services/speech-to-text/custom.html#languageSupport).
141141
/// </summary>
142142
[JsonProperty("base_model_name", NullValueHandling = NullValueHandling.Ignore)]
143143
public BaseModelNameEnum? BaseModelName { get; set; }

src/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3/ToneAnalyzerService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public ToneAnalysis Tone(ToneInput toneInput, string contentType = null, bool? s
196196
/// JSON content is effectively always UTF-8.
197197
///
198198
/// **See also:** [Using the customer-engagement
199-
/// endpoint](/docs/services/tone-analyzer/using-tone-chat.html#using-the-customer-engagement-endpoint).
199+
/// endpoint](https://cloud.ibm.com/docs/services/tone-analyzer/using-tone-chat.html#using-the-customer-engagement-endpoint).
200200
/// </summary>
201201
/// <param name="utterances">An object that contains the content to be analyzed.</param>
202202
/// <param name="contentLanguage">The language of the input text for the request: English or French. Regional

test/IBM.WatsonDeveloperCloud.CompareComply.v1.IT/IBM.WatsonDeveloperCloud.CompareComply.v1.IT.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<VersionPrefix>2.10.0</VersionPrefix>
55
<TargetFramework>netcoreapp1.0</TargetFramework>
6-
<AssemblyName>IBM.WatsonDeveloperCloud.CompareComply.v1.IntTests</AssemblyName>
7-
<PackageId>IBM.WatsonDeveloperCloud.CompareComply.v1.IntTests</PackageId>
6+
<AssemblyName>IBM.WatsonDeveloperCloud.CompareComply.v1.IT</AssemblyName>
7+
<PackageId>IBM.WatsonDeveloperCloud.CompareComply.v1.IT</PackageId>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback>
1010
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>

0 commit comments

Comments
 (0)