From a81ad2f570687130d65f4491e0d76da475a0ad88 Mon Sep 17 00:00:00 2001
From: gaotingquan <gaotingquan@baidu.com>
Date: Thu, 22 Oct 2020 19:03:39 +0800
Subject: [PATCH] Fix link errors

---
 deploy/cpp_infer/readme_en.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/cpp_infer/readme_en.md b/deploy/cpp_infer/readme_en.md
index 3c174cdd3..b2ca1b7b0 100644
--- a/deploy/cpp_infer/readme_en.md
+++ b/deploy/cpp_infer/readme_en.md
@@ -145,7 +145,7 @@ Finally you can see the following files in the folder of `fluid_inference/`.
 
 ### 2.1 Export the inference model
 
-* You can refer to [Model inference]((../../tools/export_model.py)),export the inference model. After the model is exported, assuming it is placed in the `inference` directory, the directory structure is as follows.
+* You can refer to [Model inference](../../tools/export_model.py),export the inference model. After the model is exported, assuming it is placed in the `inference` directory, the directory structure is as follows.
 
 ```
 inference/
@@ -153,7 +153,7 @@ inference/
 |--params
 ```
 
-**NOTICE**: Among them, `model` file stores the model structure information and the `params` file stores the model parameter information.Therefore, you could rename the files name exported by [Model inference]((../../tools/export_model.py)).
+**NOTICE**: Among them, `model` file stores the model structure information and the `params` file stores the model parameter information.Therefore, you could rename the files name exported by [Model inference](../../tools/export_model.py).
 
 ### 2.2 Compile PaddleClas C++ inference demo