Skip to content

Commit 106903d

Browse files
tetrominocopybara-github
authored andcommitted
Fix link to Bazel documentation
Originally part of bazelbuild/stardoc#290 Original author: Philipp Stephani <[email protected]> PiperOrigin-RevId: 742714974 Change-Id: I54a52cc3cbcd255b4534f540f6c67eba9e0452cd
1 parent dc74fd9 commit 106903d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/protobuf/stardoc_output.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ message ModuleInfo {
5252

5353
// Representation of a Starlark rule attribute type. These generally
5454
// have a one-to-one correspondence with functions defined at
55-
// https://bazel.build/rules/lib/attr.
55+
// https://bazel.build/rules/lib/toplevel/attr.
5656
enum AttributeType {
5757
UNKNOWN = 0;
5858
// A special case of STRING; all rules have exactly one implicit
@@ -135,7 +135,7 @@ message MacroInfo {
135135
// Representation of a Starlark rule, repository rule, or module extension tag
136136
// attribute definition, comprised of an attribute name, and a schema defined by
137137
// a call to one of the 'attr' module methods enumerated at
138-
// https://bazel.build/rules/lib/attr
138+
// https://bazel.build/rules/lib/toplevel/attr.
139139
message AttributeInfo {
140140
// The name of the attribute.
141141
string name = 1;

0 commit comments

Comments
 (0)