Skip to content

Commit

Permalink
Fixed protobuf URL in README (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-wroniszewski authored Feb 28, 2020
1 parent 328e2b3 commit e83df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit e83df50

Please sign in to comment.