From 28af6e565c7d2693c5619dc686b3cf8d92f4047a Mon Sep 17 00:00:00 2001 From: pawelaw Date: Fri, 28 Feb 2020 09:08:47 +0100 Subject: [PATCH] Fixed protobuf URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d602a8dd4..c4bda1594 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ protobuf_version_sha256="cf754718b0aa945b00550ed7962ddc167167bd922b842199eeb6505 http_archive( name = "com_google_protobuf", - url = "https://github.com/protocolbuffers/protobuf/archive/%s.tar.gz" % protobuf_version, + url = "https://github.com/protocolbuffers/protobuf/archive/v%s.tar.gz" % protobuf_version, strip_prefix = "protobuf-%s" % protobuf_version, sha256 = protobuf_version_sha256, )