Skip to content

Commit 58f5683

Browse files
committed
Fix dep override example for protobuf
1 parent 564a7fe commit 58f5683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overriding_deps.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example, to use a specific Protobuf version:
2424
http_archive(
2525
name = "com_google_protobuf",
2626
sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930",
27-
strip_prefix = "protobuf-v3.20.1",
27+
strip_prefix = "protobuf-3.20.1",
2828
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz"],
2929
)
3030

0 commit comments

Comments
 (0)