From ffff5100e86f6bfb20456a61c0a892770b1eb0b7 Mon Sep 17 00:00:00 2001 From: EdgeMLHacker <126883848+Apageoflove@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:35:18 +0800 Subject: [PATCH] docs: fix broken PaddleOCR serving link in FAQ (#18207) The PaddleOCR serving docs moved, so the link in the FAQ currently 404s: `https://www.paddleocr.ai/latest/en/version3.x/deployment/serving.html` -> 404 Updated to where the page lives now: `https://www.paddleocr.ai/latest/en/version3.x/inference_deployment/serving/serving.html` Found while following the "Deploy PaddleOCR Service" steps in the FAQ. --- docs/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.mdx b/docs/faq.mdx index f1ab79d23c..795659e638 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -724,7 +724,7 @@ This method uses PaddleOCR's official API service with an access token. This method allows you to deploy your own PaddleOCR service and use it without an access token. **Step 1: Deploy PaddleOCR Service** -Follow the [PaddleOCR serving documentation](https://www.paddleocr.ai/latest/en/version3.x/deployment/serving.html) to deploy your own service. For layout parsing, you can use an endpoint like: +Follow the [PaddleOCR serving documentation](https://www.paddleocr.ai/latest/en/version3.x/inference_deployment/serving/serving.html) to deploy your own service. For layout parsing, you can use an endpoint like: ```bash http://localhost:8080/layout-parsing