aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/client_matrix.py
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-02-15 15:24:17 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-02-15 15:24:17 -0800
commitca45554f1cf854926694fd32bdc80dfa3c9930ce (patch)
treefdf99a7ddc0947c51f91142be33f527f3c084ede /tools/interop_matrix/client_matrix.py
parent89b32bab1ddc2672c820775d90a8a5e8f83d9bb5 (diff)
fix github uri in client_matrix.py
Diffstat (limited to 'tools/interop_matrix/client_matrix.py')
-rw-r--r--tools/interop_matrix/client_matrix.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 5a6eaa9586..c7da979df0 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -18,9 +18,9 @@
def get_github_repo(lang):
return {
- 'go': 'https://github.com:grpc/grpc-go.git',
- 'java': 'https://github.com:grpc/grpc-java.git',
- 'node': 'https://github.com:grpc/grpc-node.git',
+ 'go': 'https://github.com/grpc/grpc-go.git',
+ 'java': 'https://github.com/grpc/grpc-java.git',
+ 'node': 'https://github.com/grpc/grpc-node.git',
# all other languages use the grpc.git repo.
}.get(lang, 'https://github.com/grpc/grpc.git')