You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/custom-translator/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ Publishing your model makes it available for use with the Translator API. A proj
188
188
189
189
1. Developers should use the `Category ID` when making translation requests with Microsoft Translator [Text API V3](../reference/v3-0-translate.md?tabs=curl). More information about the Translator Text API can be found on the [API Reference](../reference/v3-0-reference.md) webpage.
190
190
191
-
1. Business users may want to download and install our free [DocumentTranslator app for Windows](https://github.com/MicrosoftTranslator/DocumentTranslator/releases/tag/V2.9.4).
191
+
1. Business users may want to download and install our free [DocumentTranslator app for Windows](https://github.com/MicrosoftTranslator/DocumentTranslation/releases).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/sovereign-clouds.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ The following table lists the base URLs for Azure sovereign cloud endpoints:
42
42
|--|--|
43
43
|Azure portal | <ul><li>[Azure Government Portal](https://portal.azure.us/)</li></ul>|
44
44
| Available regions</br></br>The region-identifier is a required header when using Translator for the government cloud. | <ul><li>`usgovarizona` </li><li> `usgovvirginia`</li></ul>|
45
-
|Available pricing tiers|<ul><li>Free (F0) and Standard (S0). See [Translator pricing](https://azure.microsoft.com/pricing/details/cognitive-services/translator/)</li></ul>|
46
-
|Supported Features | <ul><li>[Text Translation](https://docs.azure.cn/cognitive-services/translator/reference/v3-0-reference)</li><li>[Document Translation](document-translation/overview.md)</li><li>[Custom Translator](custom-translator/overview.md)</li></ul>|
45
+
|Available pricing tiers|<ul><li>Free (F0) and Standard (S1). See [Translator pricing](https://azure.microsoft.com/pricing/details/cognitive-services/translator/)</li></ul>|
46
+
|Supported Features | <ul><li>[Text Translation](reference/v3-0-reference.md)</li><li>[Document Translation](document-translation/overview.md)</li><li>[Custom Translator](custom-translator/overview.md)</li></ul>|
47
47
|Supported Languages| <ul><li>[Translator language support](language-support.md)</li></ul>|
48
48
49
49
<!-- markdownlint-disable MD036 -->
@@ -112,7 +112,7 @@ curl -X POST "https://api.cognitive.microsofttranslator.us/translate?api-version
112
112
```
113
113
114
114
> [!div class="nextstepaction"]
115
-
> [Azure Government: Translator text reference](reference/rest-api-guide.md)
115
+
> [Azure Government: Translator text reference](/azure/azure-government/documentation-government-cognitiveservices#translator)
0 commit comments