diff --git a/doc/build/build_from_source.md b/doc/build/build_from_source.md index e5bb7944ca35bbe336c3242a92cd1caa1a568a63..e44fa0d38e9982e5d0ed159743994ce6acc51246 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 ```