From 3da9a0da3ab91700a212988a878342d3ad6e899e Mon Sep 17 00:00:00 2001 From: Rob Laidlaw Date: Wed, 1 Nov 2017 11:07:00 -0400 Subject: [PATCH] Update url for downloading gnmi_pb2.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37331e1..6fcd9f7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ https://github.com/grpc/grpc/blob/master/INSTALL.md ``` $ pip install --upgrade pip $ pip install grpcio -$ wget https://raw.githubusercontent.com/openconfig/reference/master/rpc/gnmi/gnmi_pb2.py +$ wget https://raw.githubusercontent.com/openconfig/gnmi/master/proto/gnmi/gnmi_pb2.py $ python gNMI_Subscribe.py --help ```