From 87157a59f2c6072679364de412131afdb9e7e014 Mon Sep 17 00:00:00 2001 From: xiaoting <31891223+tink2123@users.noreply.github.com> Date: Mon, 22 Apr 2019 13:14:04 +0800 Subject: [PATCH] Update README.md --- PaddleCV/yolov3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaddleCV/yolov3/README.md b/PaddleCV/yolov3/README.md index fbfae20f..6f14bea9 100644 --- a/PaddleCV/yolov3/README.md +++ b/PaddleCV/yolov3/README.md @@ -12,7 +12,7 @@ ## Installation -Running sample code in this directory requires PaddelPaddle Fluid v.1.4 and later. If the PaddlePaddle on your device is lower than this version, please follow the instructions in [installation document](http://paddlepaddle.org/documentation/docs/zh/1.4/beginners_guide/install/index_cn.html) and make an update. +Running sample code in this directory requires PaddelPaddle Fluid v.1.4 and later. If the PaddlePaddle on your device is lower than this version, please follow the instructions in [installation document](http://www.paddlepaddle.org/documentation/docs/en/1.4/beginners_guide/install/index_en.html) and make an update. ## Introduction -- GitLab