From a486350b8e73ab9b8aa86aba2a5c07649da9c2d2 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Mon, 4 Jan 2021 12:49:17 +0800 Subject: [PATCH] Update quickstart_en.md --- doc/doc_en/quickstart_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index e351ecc6..a5c0881d 100644 --- a/doc/doc_en/quickstart_en.md +++ b/doc/doc_en/quickstart_en.md @@ -99,5 +99,5 @@ For more text detection and recognition tandem reasoning, please refer to the do In addition, the tutorial also provides other deployment methods for the Chinese OCR model: - [Server-side C++ inference](../../deploy/cpp_infer/readme_en.md) -- [Service deployment](../../deploy/pdserving/readme_en.md) -- [End-to-end deployment](../../deploy/lite/readme_en.md) +- [Service deployment](../../deploy/hubserving) +- [End-to-end deployment](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/deploy/lite) -- GitLab