From d8161e384058cd9413993143e105410de986f936 Mon Sep 17 00:00:00 2001 From: gangliao Date: Wed, 23 Nov 2016 17:08:20 +0800 Subject: [PATCH] Update build docs --- doc/build/build_from_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/build_from_source.md b/doc/build/build_from_source.md index e5bb7944ca..e44fa0d38e 100644 --- a/doc/build/build_from_source.md +++ b/doc/build/build_from_source.md @@ -9,7 +9,7 @@ Installing from Sources You can download PaddlePaddle from the [github source](https://github.com/PaddlePaddle/Paddle). ```bash -git clone https://github.com/baidu/Paddle paddle +git clone https://github.com/PaddlePaddle/Paddle paddle cd paddle ```