Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…endencies (#3960)

* Update link in rules.md

upd

* nit
  • Loading branch information
alexbozhenko authored Jun 19, 2024
1 parent 75cc291 commit d3ecd76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions docs/go/core/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 @@ -108,7 +108,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 d3ecd76

Please sign in to comment.