]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: update link to RISC-V profile doc
authorCherry Mui <cherryyz@google.com>
Tue, 11 Jun 2024 14:30:16 +0000 (10:30 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 11 Jun 2024 16:54:28 +0000 (16:54 +0000)
The URL has changed.

Change-Id: I295020c59aaf64a89c4307fca527163095148a67
Reviewed-on: https://go-review.googlesource.com/c/go/+/591897
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: M Zhuo <mengzhuo1203@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Ryan <markdryan@rivosinc.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go

index bc198267c2374dc405d12166811bef6c04294a63..972f9e111f6db1e83e352bc289e5d084456361f5 100644 (file)
 //     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.
index e1d719be4f1cf0dcea189d6fccb05f50183f5c63..791013dbfeaa381c4a81071ddcd44373a4a32b87 100644 (file)
@@ -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.