Skip to content

Commit e8f160a

Browse files
committed
chore(deprecation): update links for deprecation messages
1 parent b6d5d70 commit e8f160a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace IBM.Watson.PersonalityInsights.v3
3535
[System.Obsolete("On 1 December 2021, Personality Insights will no longer be available." +
3636
" Consider migrating to Watson Natural Language Understanding." +
3737
"\nFor more information, see Personality Insights Deprecation " +
38-
"(https://github.com/watson-developer-cloud/java-sdk/tree/master#personality-insights-deprecation).")]
38+
"(https://github.com/watson-developer-cloud/dotnet-standard-sdk/tree/master#personality-insights-deprecation).")]
3939
public partial class PersonalityInsightsService : IBMService, IPersonalityInsightsService
4040
{
4141
const string defaultServiceName = "personality_insights";

src/IBM.Watson.VisualRecognition.v3/VisualRecognitionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace IBM.Watson.VisualRecognition.v3
3434
{
3535
[System.Obsolete("On 1 December 2021, Visual Recognition will no longer be available. " +
3636
"For more information, see Visual Recognition Deprecation " +
37-
"(https://github.com/watson-developer-cloud/java-sdk/tree/master#visual-recognition-deprecation).")]
37+
"(https://github.com/watson-developer-cloud/dotnet-standard-sdk/tree/master#visual-recognition-deprecation).")]
3838
public partial class VisualRecognitionService : IBMService, IVisualRecognitionService
3939
{
4040
const string defaultServiceName = "visual_recognition";

src/IBM.Watson.VisualRecognition.v4/VisualRecognitionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace IBM.Watson.VisualRecognition.v4
3737
{
3838
[System.Obsolete("On 1 December 2021, Visual Recognition will no longer be available. " +
3939
"For more information, see Visual Recognition Deprecation " +
40-
"(https://github.com/watson-developer-cloud/java-sdk/tree/master#visual-recognition-deprecation).")]
40+
"(https://github.com/watson-developer-cloud/dotnet-standard-sdk/tree/master#visual-recognition-deprecation).")]
4141
public partial class VisualRecognitionService : IBMService, IVisualRecognitionService
4242
{
4343
const string defaultServiceName = "visual_recognition";

0 commit comments

Comments
 (0)