We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801535d commit 44ccfabCopy full SHA for 44ccfab
1 file changed
src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
@@ -132,7 +132,12 @@ public Metadata getMetadata() {
132
is located in the same package.
133
<li> A <code>[language]_proto_library</code> that wraps a <code>proto_library</code> named
134
<code>foo_proto</code> should be called
135
- <code>foo_[language]_proto</code>, and be located in the same package.
+ <code>foo_[language]_proto</code>, and be located in the same package.
136
+
137
+ <p>For a high-level overview of using Protocol Buffers and gRPC with Bazel, see
138
+ <a href="https://bazel-contrib.github.io/SIG-rules-authors/proto-grpc.html">
139
+ https://bazel-contrib.github.io/SIG-rules-authors/proto-grpc.html</a>.
140
+ </p>
141
</ul>
142
143
<!-- #END_BLAZE_RULE -->*/
0 commit comments