From 5747fd8170e006314a9c1b0b6b3ea90ce9414b4d Mon Sep 17 00:00:00 2001 From: Bin Long Date: Fri, 30 Aug 2019 15:11:11 +0800 Subject: [PATCH] Update linux_build.md --- inference/docs/linux_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/docs/linux_build.md b/inference/docs/linux_build.md index 53742c97..758b80af 100644 --- a/inference/docs/linux_build.md +++ b/inference/docs/linux_build.md @@ -13,7 +13,7 @@ ### Step1: 下载代码 1. `mkdir -p /root/projects/ && cd /root/projects` -2. `git clone http://gitlab.baidu.com/Paddle/PaddleSeg.git` +2. `git clone https://github.com/PaddlePaddle/PaddleSeg.git` `C++`预测代码在`/root/projects/projects/PaddleSeg/inference` 目录,该目录不依赖任何`PaddleSeg`下其他目录。 -- GitLab