From 1958e604655197272e8a9277bc4f0e897dbf093c Mon Sep 17 00:00:00 2001 From: wangguibao Date: Thu, 25 Jul 2019 11:30:57 +0800 Subject: [PATCH] Fix CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebfb19de..e7ee8282 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 ``` -- GitLab