diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebfb19de6888bf88a21d1dc853d5d605be9b8c17..e7ee8282031fdf609fa1ad7c28eaf5ce3b52cd35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Paddle Serving uses this [Git branching model](http://nvie.com/posts/a-successfu To make a copy of your fork to your local computers, please run ```bash - git clone https://github.com/PaddlePaddle/serving + git clone https://github.com/your-github-account/serving cd serving ```