Skip to content

Commit 292d14d

Browse files
authored
docs: update core link reference from .bzl to .rst (#4214)
**What type of PR is this?** Documentation **What does this PR do? Why is it needed?** This PR fixes a broken documentation link by updating the reference to the core file from `core.bzl` to `core.rst`. This ensures readers are directed to the correct documentation file when clicking on the core reference link in `toolchains.rst`. **Which issues(s) does this PR fix?** None **Other notes for review** None
1 parent f53a3f7 commit 292d14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/toolchains.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Go toolchains
1010
.. _binary distribution: https://golang.org/dl/
1111
.. _compilation modes: modes.rst#compilation-modes
1212
.. _control the version: `Forcing the Go version`_
13-
.. _core: core.bzl
13+
.. _core: core.rst
1414
.. _forked version of Go: `Registering a custom SDK`_
1515
.. _go assembly: https://golang.org/doc/asm
1616
.. _go sdk rules: `The SDK`_

0 commit comments

Comments
 (0)