Skip to content

Commit 273bcee

Browse files
fix broken links
1 parent f2c7657 commit 273bcee

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

api-reference/languages/language-feature-use-cases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page shows how to use the `/v3/languages` endpoints for common integration
77
as pseudocode and are product-agnostic unless otherwise noted.
88

99
For background on how features and feature dependency types work, see the
10-
[overview](/api-reference/api-reference/retrieve-languages/retrieve-supported-languages-by-product-beta).
10+
[overview](/api-reference/languages/retrieve-supported-languages-by-product).
1111

1212
<Note>
1313
The examples below do not account for language pair exceptions. For most integrations this is fine — exceptions

api-reference/languages/migrate-from-v2-languages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ curl -X GET 'https://api.deepl.com/v3/languages?product=translate_text' \
7777

7878
The response indicates German supports `formality`, but English (American) does not.
7979

80-
See the [overview](/api-reference/api-reference/retrieve-languages/retrieve-supported-languages-by-product-beta) for the full list of features per product.
80+
See the [overview](/api-reference/languages/retrieve-supported-languages-by-product) for the full list of features per product.
8181

8282
### Response field names
8383

api-reference/languages/retrieve-supported-languages-by-product.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Get information about all currently supported languages across all DeepL API pro
1111
API products. They replace the `/v2/languages` and `/v2/glossary-language-pairs` endpoints.
1212

1313
If you're currently using `/v2/languages` or `/v2/glossary-language-pairs`, see the
14-
[migration guide](/api-reference/api-reference/retrieve-languages/migrate-from-v2-languages)
14+
[migration guide](/api-reference/languages/migrate-from-v2-languages)
1515
for a full list of differences and code examples.
1616

1717
**These endpoints are available for testing in BETA.** Breaking changes may be pushed with little or no advance
1818
notice, and we provide no guarantees of stability. Please do not use `/v3/languages` in production.
1919
</Info>
2020

2121
We also provide auto-generated API specs from DeepL's OpenAPI file, for use with API clients and code generation tools:
22-
- [Retrieve languages](/api-reference/api-reference/retrieve-languages/retrieve-languages-beta)
23-
- [Retrieve products](/api-reference/api-reference/retrieve-languages/retrieve-products-beta)
24-
- [Retrieve language pair exceptions](/api-reference/api-reference/retrieve-languages/retrieve-language-pair-exceptions-beta)
22+
- [Retrieve languages](/api-reference/languages/retrieve-languages)
23+
- [Retrieve products](/api-reference/languages/retrieve-products)
24+
- [Retrieve language pair exceptions](/api-reference/languages/retrieve-language-pair-exceptions)
2525

2626
To understand how we'll update these endpoints when we add translation support for a new language or language variant, please see [this article](/docs/resources/language-release-process).
2727

0 commit comments

Comments
 (0)