Skip to content

Commit 475176b

Browse files
chore: update documentation from upstream Bazel repo
Generated by GitHub Actions workflow from upstream Bazel repository. This commit includes transformed documentation files ready for Mintlify deployment.
1 parent 6c31e4c commit 475176b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/rules-tutorial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ foo_binary = rule(
3434
)
3535
```
3636

37-
When you call the [`rule`](lib/globals#rule) function, you
37+
When you call the [`rule`](lib/globals/bzl#rule) function, you
3838
must define a callback function. The logic will go there, but you
3939
can leave the function empty for now. The [`ctx`](lib/ctx) argument
4040
provides information about the target.

0 commit comments

Comments
 (0)