Skip to content

Commit 9c1922d

Browse files
authored
Merge pull request #114392 from kraigb/kraigb-edits3
Fix errant mentions/links of Python
2 parents 27513d2 + f3a3cee commit 9c1922d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cognitive-services/text-analytics/quickstarts/go-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: aahi
1414

1515
# Quickstart: Use the Text Analytics client library for Go
1616

17-
[Reference documentation](https://docs.microsoft.com/python/api/overview/azure/cognitiveservices/textanalytics?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics) | [Package (GitHub)](https://github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v2.1/textanalytics) | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code)
17+
[Reference documentation](https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/textanalytics) | [Library source code](https://github.com/Azure/azure-sdk-for-go/tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics) | [Package (GitHub)](https://github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v2.1/textanalytics) | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code)
1818

1919
> [!NOTE]
2020
> This quickstart only applies to Text Analytics version 2.1. Currently, a v3 client library for Go is unavailable.
@@ -84,7 +84,7 @@ The response object is a list containing the analysis information for each docum
8484

8585
## Code examples
8686

87-
These code snippets show you how to do the following with the Text Analytics client library for Python:
87+
These code snippets show you how to do the following with the Text Analytics client library for Go:
8888

8989
* [Authenticate the client](#authenticate-the-client)
9090
* [Sentiment Analysis](#sentiment-analysis)

articles/cognitive-services/text-analytics/quickstarts/ruby-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the Text Analytics client library to perform:
2626
> [!NOTE]
2727
> This quickstart only applies to Text Analytics version 2.1. Currently, a v3 client library for Ruby is unavailable.
2828
29-
[Reference documentation](https://docs.microsoft.com/python/api/overview/azure/cognitiveservices/textanalytics?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-ruby/tree/master/data/azure_cognitiveservices_textanalytics) | [Package (RubyGems)](https://rubygems.org/gems/azure_cognitiveservices_textanalytics) | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code)
29+
[Library source code](https://github.com/Azure/azure-sdk-for-ruby/tree/master/data/azure_cognitiveservices_textanalytics) | [Package (RubyGems)](https://rubygems.org/gems/azure_cognitiveservices_textanalytics) | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code)
3030

3131
<a name="HOLTop"></a>
3232

@@ -78,7 +78,7 @@ The response object is a list containing the analysis information for each docum
7878

7979
## Code examples
8080

81-
These code snippets show you how to do the following with the Text Analytics client library for Python:
81+
These code snippets show you how to do the following with the Text Analytics client library for Ruby:
8282

8383
* [Authenticate the client](#authenticate-the-client)
8484
* [Sentiment Analysis](#sentiment-analysis)

0 commit comments

Comments
 (0)