diff options
author | Mugur Marculescu <mugurm@gmail.com> | 2015-02-25 22:06:44 -0800 |
---|---|---|
committer | Mugur Marculescu <mugurm@gmail.com> | 2015-02-25 22:06:44 -0800 |
commit | 22ad36e1ad8a7b25460ec59d06e75857c253f198 (patch) | |
tree | fb479721b5d928a1f34d34414aecc2c02ae55d12 /python | |
parent | 29763484f8030a5d374db0585e056411ca9efaf1 (diff) |
Fix bad link to grpc-common repo.
Diffstat (limited to 'python')
-rw-r--r-- | python/helloworld/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/helloworld/README.md b/python/helloworld/README.md index 2bbfc4b017..7c397b3523 100644 --- a/python/helloworld/README.md +++ b/python/helloworld/README.md @@ -16,7 +16,7 @@ following command: ```sh -$ git clone https://github.com/google/grpc-common.git +$ git clone https://github.com/grpc/grpc-common.git ``` Change your current directory to grpc-common/python/helloworld |