Skip to content

Commit f0d6a13

Browse files
Bump upstream from cc1e0a6 to 4a714d5 (#191)
* Bump upstream from `cc1e0a6` to `4a714d5` Bumps [upstream](https://github.com/bazelbuild/bazel) from `cc1e0a6` to `4a714d5`. - [Release notes](https://github.com/bazelbuild/bazel/releases) - [Commits](bazelbuild/bazel@cc1e0a6...4a714d5) --- updated-dependencies: - dependency-name: upstream dependency-version: 4a714d5e00888870e8ec8333095b65d17eedbe55 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * 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. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 14acbe8 commit f0d6a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

upstream

Submodule upstream updated 29 files

0 commit comments

Comments
 (0)