Skip to content

Commit 5d85004

Browse files
committed
cmd/go: update link to RISC-V profile doc
The URL has changed. Change-Id: I295020c59aaf64a89c4307fca527163095148a67 Reviewed-on: https://go-review.googlesource.com/c/go/+/591897 Reviewed-by: Joel Sing <[email protected]> Reviewed-by: M Zhuo <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Mark Ryan <[email protected]>
1 parent 6165bb1 commit 5d85004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/help/helpdoc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ Architecture-specific environment variables:
629629
GORISCV64
630630
For GOARCH=riscv64, the RISC-V user-mode application profile for which
631631
to compile. Valid values are rva20u64 (default), rva22u64.
632-
See https://github.com/riscv/riscv-profiles/blob/main/profiles.adoc
632+
See https://github.com/riscv/riscv-profiles/blob/main/src/profiles.adoc
633633
GOWASM
634634
For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
635635
Valid values are satconv, signext.

0 commit comments

Comments
 (0)