AWS Security ChangesHomeSearch

AWS textract documentation change

Service: textract · 2026-05-28 · Documentation low

File: textract/latest/dg/sync.md

Summary

Updated relative links to DetectDocumentText and AnalyzeDocument API references to absolute URLs

Security assessment

Only link formats were changed from relative to absolute paths. No security implications or security feature documentation was added.

Diff

diff --git a/textract/latest/dg/sync.md b/textract/latest/dg/sync.md
index 2d04683e3..a0fcef81a 100644
--- a//textract/latest/dg/sync.md
+++ b//textract/latest/dg/sync.md
@@ -15 +15 @@ You can use Amazon Textract synchronous operations for the following purposes:
-  * Text detection – You can detect lines and words on a single-page document image by using the [DetectDocumentText](./API_DetectDocumentText.html) operation. For more information, see [Detecting Text](./how-it-works-detecting.html).
+  * Text detection – You can detect lines and words on a single-page document image by using the [DetectDocumentText](https://docs.aws.amazon.com/textract/latest/APIReference/API_DetectDocumentText.html) operation. For more information, see [Detecting Text](./how-it-works-detecting.html).
@@ -17 +17 @@ You can use Amazon Textract synchronous operations for the following purposes:
-  * Text analysis – You can identify relationships between detected text on a single-page document by using the [AnalyzeDocument](./API_AnalyzeDocument.html) operation. For more information, see [Analyzing Documents](./how-it-works-analyzing.html).
+  * Text analysis – You can identify relationships between detected text on a single-page document by using the [AnalyzeDocument](https://docs.aws.amazon.com/textract/latest/APIReference/API_AnalyzeDocument.html) operation. For more information, see [Analyzing Documents](./how-it-works-analyzing.html).