From: Cherry Mui Date: Tue, 11 Jun 2024 14:30:16 +0000 (-0400) Subject: cmd/go: update link to RISC-V profile doc X-Git-Tag: go1.23rc1~47 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5d850046222b52dd79c5b9cb3d63449aa126c988;p=gostls13.git 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 Reviewed-by: M Zhuo Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Mark Ryan --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index bc198267c2..972f9e111f 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -2388,7 +2388,7 @@ // GORISCV64 // For GOARCH=riscv64, the RISC-V user-mode application profile for which // to compile. Valid values are rva20u64 (default), rva22u64. -// See https://github.com/riscv/riscv-profiles/blob/main/profiles.adoc +// See https://github.com/riscv/riscv-profiles/blob/main/src/profiles.adoc // GOWASM // For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use. // Valid values are satconv, signext. diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go index e1d719be4f..791013dbfe 100644 --- a/src/cmd/go/internal/help/helpdoc.go +++ b/src/cmd/go/internal/help/helpdoc.go @@ -629,7 +629,7 @@ Architecture-specific environment variables: GORISCV64 For GOARCH=riscv64, the RISC-V user-mode application profile for which to compile. Valid values are rva20u64 (default), rva22u64. - See https://github.com/riscv/riscv-profiles/blob/main/profiles.adoc + See https://github.com/riscv/riscv-profiles/blob/main/src/profiles.adoc GOWASM For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use. Valid values are satconv, signext.