Skip to content

Commit 44ccfab

Browse files
authored
[proto_library] Add link to high-level overview for using Proto+Bazel
Sibling of bazelbuild/rules_proto#111
1 parent 801535d commit 44ccfab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@ public Metadata getMetadata() {
132132
is located in the same package.
133133
<li> A <code>[language]_proto_library</code> that wraps a <code>proto_library</code> named
134134
<code>foo_proto</code> should be called
135-
<code>foo_[language]_proto</code>, and be located in the same package.
135+
<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>
136141
</ul>
137142
138143
<!-- #END_BLAZE_RULE -->*/

0 commit comments

Comments
 (0)