From 9de4ddf9525b91ef45b79d6af2c2e609eef8454e Mon Sep 17 00:00:00 2001 From: Tong Gao Date: Thu, 11 Nov 2021 17:57:15 +0800 Subject: [PATCH] fix broken links (#576) --- docs/getting_started.md | 2 +- docs_zh_CN/getting_started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index f049f268..80c28dcb 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -18,7 +18,7 @@ You can perform end-to-end OCR on our demo image with one simple line of command python mmocr/utils/ocr.py demo/demo_text_ocr.jpg --print-result --imshow ``` -Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Inference](inference.md). +Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Demo](demo.md). ## Training diff --git a/docs_zh_CN/getting_started.md b/docs_zh_CN/getting_started.md index f049f268..80c28dcb 100644 --- a/docs_zh_CN/getting_started.md +++ b/docs_zh_CN/getting_started.md @@ -18,7 +18,7 @@ You can perform end-to-end OCR on our demo image with one simple line of command python mmocr/utils/ocr.py demo/demo_text_ocr.jpg --print-result --imshow ``` -Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Inference](inference.md). +Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Demo](demo.md). ## Training