aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/docs/skylark/repository_rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/repository_rules.md b/site/docs/skylark/repository_rules.md
index 8f2062cb2f..353a6c0805 100644
--- a/site/docs/skylark/repository_rules.md
+++ b/site/docs/skylark/repository_rules.md
@@ -107,7 +107,7 @@ environment and the flags the C++ compiler supports.
uses several `repository_rule` to defines the list of dependencies
needed to use the Go rules.
-
- [maven_jar](https://github.com/bazelbuild/bazel/a110ac400190c90a45856f15482c8d0952c542f5/master/tools/build_defs/repo/maven_rules.bzl#L276)
+ [maven_jar](https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/repo/maven_rules.bzl#L281)
is a reimplementation of the native `maven_jar` rule using the
`maven` tool.