Skip to content

Commit d3ecd76

Browse files
authored
* Update link in rules.md upd * nit
1 parent 75cc291 commit d3ecd76

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/go/core/rules.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
1111
[cgo]: http://golang.org/cmd/cgo/
1212
[config_setting]: https://docs.bazel.build/versions/master/be/general.html#config_setting
13-
[data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
13+
[data dependencies]: https://bazel.build/concepts/dependencies#data-dependencies
1414
[goarch]: /go/modes.rst#goarch
1515
[goos]: /go/modes.rst#goos
1616
[mode attributes]: /go/modes.rst#mode-attributes
@@ -106,7 +106,7 @@ Here is an example of a Bazel build graph for a project using these core rules:
106106
107107
![](./buildgraph.svg)
108108
109-
By instrumenting the lower level go tooling, we can cache smaller, finer
109+
By instrumenting the lower level go tooling, we can cache smaller, finer
110110
artifacts with Bazel and thus, speed up incremental builds.
111111
112112
Rules

docs/go/core/rules.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
1313
[cgo]: http://golang.org/cmd/cgo/
1414
[config_setting]: https://docs.bazel.build/versions/master/be/general.html#config_setting
15-
[data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
15+
[data dependencies]: https://bazel.build/concepts/dependencies#data-dependencies
1616
[goarch]: /go/modes.rst#goarch
1717
[goos]: /go/modes.rst#goos
1818
[mode attributes]: /go/modes.rst#mode-attributes
@@ -108,7 +108,7 @@ Here is an example of a Bazel build graph for a project using these core rules:
108108

109109
![](./buildgraph.svg)
110110

111-
By instrumenting the lower level go tooling, we can cache smaller, finer
111+
By instrumenting the lower level go tooling, we can cache smaller, finer
112112
artifacts with Bazel and thus, speed up incremental builds.
113113

114114
Rules

go/core.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Core Go rules
1212
.. _cc_library deps: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
1313
.. _cgo: http://golang.org/cmd/cgo/
1414
.. _config_setting: https://docs.bazel.build/versions/master/be/general.html#config_setting
15-
.. _data dependencies: https://docs.bazel.build/versions/master/build-ref.html#data
15+
.. _data dependencies: https://bazel.build/concepts/dependencies#data-dependencies
1616
.. _goarch: modes.rst#goarch
1717
.. _goos: modes.rst#goos
1818
.. _mode attributes: modes.rst#mode-attributes

0 commit comments

Comments
 (0)