Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Jun 14, 2024
1 parent bfedf45 commit fe88895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/go/core/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
[cgo]: http://golang.org/cmd/cgo/
[config_setting]: https://docs.bazel.build/versions/master/be/general.html#config_setting
[data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
[data dependencies]: https://bazel.build/concepts/dependencies#data-dependencies
[goarch]: /go/modes.rst#goarch
[goos]: /go/modes.rst#goos
[mode attributes]: /go/modes.rst#mode-attributes
Expand Down Expand Up @@ -106,7 +106,7 @@ Here is an example of a Bazel build graph for a project using these core rules:
![](./buildgraph.svg)
By instrumenting the lower level go tooling, we can cache smaller, finer
By instrumenting the lower level go tooling, we can cache smaller, finer
artifacts with Bazel and thus, speed up incremental builds.
Rules
Expand Down
2 changes: 1 addition & 1 deletion go/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Core Go rules
.. _cc_library deps: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
.. _cgo: http://golang.org/cmd/cgo/
.. _config_setting: https://docs.bazel.build/versions/master/be/general.html#config_setting
.. _data dependencies: https://docs.bazel.build/versions/master/build-ref.html#data
.. _data dependencies: https://bazel.build/concepts/dependencies#data-dependencies
.. _goarch: modes.rst#goarch
.. _goos: modes.rst#goos
.. _mode attributes: modes.rst#mode-attributes
Expand Down

0 comments on commit fe88895

Please sign in to comment.