Skip to content

Commit 045ae94

Browse files
pawel-wroniszewskiAndre Rocha
authored and
Andre Rocha
committed
Fixed protobuf URL in README (bazel-contrib#1013)
1 parent c626f7c commit 045ae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protobuf_version_sha256="cf754718b0aa945b00550ed7962ddc167167bd922b842199eeb6505
6060

6161
http_archive(
6262
name = "com_google_protobuf",
63-
url = "https://github.com/protocolbuffers/protobuf/archive/%s.tar.gz" % protobuf_version,
63+
url = "https://github.com/protocolbuffers/protobuf/archive/v%s.tar.gz" % protobuf_version,
6464
strip_prefix = "protobuf-%s" % protobuf_version,
6565
sha256 = protobuf_version_sha256,
6666
)

0 commit comments

Comments
 (0)