Skip to content

Commit a826e0a

Browse files
[formrecognizer] update links (#21016)
* update with migration guide links * update links in changelog * fix changelog links
1 parent 6299e0f commit a826e0a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This version of the SDK defaults to the latest supported API version, which currently is v2021-09-30-preview.
66

7-
> Note: Starting with version 2021-09-30-preview, a new set of clients were introduced to leverage the newest features of the Form Recognizer service. Please see the Migration Guide for detailed instructions on how to update application code from client library version 3.1.X or lower to the latest version. Also, please refer to the README for more information about the library.
7+
> Note: Starting with version 2021-09-30-preview, a new set of clients were introduced to leverage the newest features of the Form Recognizer service. Please see the [Migration Guide](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/MIGRATION_GUIDE.md) for detailed instructions on how to update application code from client library version 3.1.X or lower to the latest version. Also, please refer to the [README](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/README.md) for more information about the library.
88
99
### Features Added
1010
- Added new `DocumentAnalysisClient` with `begin_analyze_document` and `begin_analyze_document_from_url` methods. Use these methods with the latest Form Recognizer

sdk/formrecognizer/azure-ai-formrecognizer/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This table shows the relationship between SDK versions and supported API version
3939
|3.0.0| 2.0
4040

4141
> Note: Starting with version 2021-09-30-preview, a new set of clients were introduced to leverage the newest features
42-
> of the Form Recognizer service. Please see the Migration Guide for detailed instructions on how to update application
42+
> of the Form Recognizer service. Please see the [Migration Guide][migration-guide] for detailed instructions on how to update application
4343
> code from client library version 3.1.X or lower to the latest version. Additionally, see the [Changelog][changelog] for more detailed information.
4444
> The below table describes the relationship of each client and its supported API version(s):
4545
@@ -607,6 +607,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
607607
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
608608
[sample_readme]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/samples
609609
[changelog]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
610+
[migration-guide]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/MIGRATION_GUIDE.md
610611

611612
[cla]: https://cla.microsoft.com
612613
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/

sdk/formrecognizer/azure-ai-formrecognizer/samples/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ urlFragment: formrecognizer-samples
1212
# Samples for Azure Form Recognizer client library for Python
1313

1414
> Note: Starting with version 2021-09-30-preview, a new set of clients were introduced to leverage the newest features
15-
> of the Form Recognizer service. Please see the Migration Guide for detailed instructions on how to update application
15+
> of the Form Recognizer service. Please see the [Migration Guide][migration-guide] for detailed instructions on how to update application
1616
> code from client library version 3.1.X or lower to the latest version. Additionally, see the [Changelog][changelog] for more detailed information.
1717
1818
These code samples show common scenario operations with the Azure Form Recognizer client library.
@@ -105,6 +105,7 @@ what you can do with the Azure Form Recognizer client library.
105105
[get-key-instructions]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/README.md#get-the-api-key
106106
[changelog]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
107107
[v3.0.0-samples-tag]: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.0.0/sdk/formrecognizer/azure-ai-formrecognizer/samples
108+
[migration-guide]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/MIGRATION_GUIDE.md
108109

109110
<!-- V3.2-beta links -->
110111

0 commit comments

Comments
 (0)