File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
[cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
11
11
[cgo]: http://golang.org/cmd/cgo/
12
12
[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
14
14
[goarch]: /go/modes.rst#goarch
15
15
[goos]: /go/modes.rst#goos
16
16
[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:
106
106
107
107

108
108
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
110
110
artifacts with Bazel and thus, speed up incremental builds.
111
111
112
112
Rules
Original file line number Diff line number Diff line change 12
12
[ cc_library deps ] : https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
13
13
[ cgo ] : http://golang.org/cmd/cgo/
14
14
[ 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
16
16
[ goarch ] : /go/modes.rst#goarch
17
17
[ goos ] : /go/modes.rst#goos
18
18
[ 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:
108
108
109
109
![ ] ( ./buildgraph.svg )
110
110
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
112
112
artifacts with Bazel and thus, speed up incremental builds.
113
113
114
114
Rules
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Core Go rules
12
12
.. _cc_library deps : https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
13
13
.. _cgo : http://golang.org/cmd/cgo/
14
14
.. _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
16
16
.. _goarch : modes.rst#goarch
17
17
.. _goos : modes.rst#goos
18
18
.. _mode attributes : modes.rst#mode-attributes
You can’t perform that action at this time.
0 commit comments