@@ -25,22 +25,21 @@ Ensure you have the following prerequisites:
2525* Install [ .NET Core] [ dotnet-core-download ] .
2626
2727## Installing the Watson .NET Standard SDK
28- You can get the latest SDK packages through NuGet. Installation instructions can be found in the ReadMe of each package.
29-
30- * [ Assistant V1] ( /src/IBM.WatsonDeveloperCloud.Assistant.v1 )
31- * [ Assistant V2] ( /src/IBM.WatsonDeveloperCloud.Assistant.v2 )
32- * [ Compare Comply] ( /src/IBM.WatsonDeveloperCloud.CompareComply.v1 )
33- * [ Discovery] ( /src/IBM.WatsonDeveloperCloud.Discovery.v1 )
34- * [ Language Translator V3] ( /src/IBM.WatsonDeveloperCloud.LanguageTranslator.v3 )
35- * [ Natural Language Understanding] ( /src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1 )
36- * [ Natural Language Classifier] ( /src/IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1 )
37- * [ Personality Insights] ( /src/IBM.WatsonDeveloperCloud.PersonalityInsights.v3 )
38- * [ Speech to Text] ( /src/IBM.WatsonDeveloperCloud.SpeechToText.v1 )
39- * [ Text to Speech] ( /src/IBM.WatsonDeveloperCloud.TextToSpeech.v1 )
40- * [ Tone Analyzer] ( /src/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3 )
41- * [ Visual Recognition] ( /src/IBM.WatsonDeveloperCloud.VisualRecognition.v3 )
42-
43- Or manually [ here] [ latest_release ] .
28+ This SDK provides classes and methods to access the following Watson services:
29+
30+ * [ Assistant] ( https://www.ibm.com/cloud/watson-assistant )
31+ * [ Compare Comply] ( https://www.ibm.com/cloud/compare-and-comply )
32+ * [ Discovery] ( https://www.ibm.com/watson/services/discovery )
33+ * [ Language Translator] ( https://www.ibm.com/watson/services/language-translator )
34+ * [ Natural Language Understanding] ( https://www.ibm.com/watson/services/natural-language-understanding )
35+ * [ Natural Language Classifier] ( https://www.ibm.com/watson/services/natural-language-classifier )
36+ * [ Personality Insights] ( https://www.ibm.com/watson/services/personality-insights )
37+ * [ Speech to Text] ( https://www.ibm.com/watson/services/speech-to-text )
38+ * [ Text to Speech] ( https://www.ibm.com/watson/services/text-to-speech )
39+ * [ Tone Analyzer] ( https://www.ibm.com/watson/services/tone-analyzer )
40+ * [ Visual Recognition] ( https://www.ibm.com/watson/services/visual-recognition )
41+
42+ You can get the latest SDK packages through [ NuGet] ( https://www.nuget.org ) or manually [ here] [ latest_release ] .
4443
4544## Authentication
4645Watson services are migrating to token-based Identity and Access Management (IAM) authentication.
0 commit comments