Skip to content

Commit 32c89ab

Browse files
alexandeargopherbot
authored andcommitted
all: fix links to Go wiki
The Go wiki on GitHub has moved to go.dev in golang/go#61940. Change-Id: I3596fa569173488465217323ebda12ff7b65384c Reviewed-on: https://go-review.googlesource.com/c/build/+/650235 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 7689d41 commit 32c89ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/coordinator/buildstatus.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,7 @@ func (st *buildStatus) htmlStatus(detail buildStatusDetail) template.HTML {
20212021
}
20222022

20232023
var buf bytes.Buffer
2024-
fmt.Fprintf(&buf, "<a href='https://github.com/golang/go/wiki/DashboardBuilders'>%s</a> rev <a href='%s%s'>%s</a>",
2024+
fmt.Fprintf(&buf, "<a href='https://go.dev/wiki/DashboardBuilders'>%s</a> rev <a href='%s%s'>%s</a>",
20252025
st.Name, urlPrefix, st.Rev, strSliceTo(st.Rev, 8))
20262026
if st.IsSubrepo() {
20272027
if st.SubRev == "" {

env/windows-arm64/azure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Run the script with "az vm run-command invoke" as with the startup script above.
114114

115115
## VM setup (part 3 of 3)
116116

117-
As a final step, you will need to distribute a copy of the private builder key to the VM (for details on keys, see https://github.com/golang/go/wiki/DashboardBuilders#luci-builders). Because the VM created in step 1 does not have a public IP, we can't use ssh/scp to copy in the file, so instead the recommendation is to do the transfer using "writefilegenpowerscript.go", steps below.
117+
As a final step, you will need to distribute a copy of the private builder key to the VM (for details on keys, see https://go.dev/wiki/DashboardBuilders#luci-builders). Because the VM created in step 1 does not have a public IP, we can't use ssh/scp to copy in the file, so instead the recommendation is to do the transfer using "writefilegenpowerscript.go", steps below.
118118

119119
```
120120
# Copy key from valentine to a local file

0 commit comments

Comments
 (0)