]> Cypherpunks.ru repositories - gostls13.git/commitdiff
all: replace outdated links
authorcui fliter <imcusg@gmail.com>
Thu, 14 Dec 2023 08:40:35 +0000 (16:40 +0800)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 30 Dec 2023 00:24:56 +0000 (00:24 +0000)
Change-Id: I7156e7858e8f06459818e03729c644d64e04d43c
Reviewed-on: https://go-review.googlesource.com/c/go/+/549356
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/debug/elf/elf.go
src/runtime/pprof/pprof.go

index 534cfa9127e60b14c2e0df9d974e06d13b20a642..e78367750fc3b7ee50968783e9aefd696f8e3f9e 100644 (file)
@@ -13,7 +13,7 @@
  * $FreeBSD: src/sys/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $
  * "System V ABI" (http://www.sco.com/developers/gabi/latest/ch4.eheader.html)
  * "ELF for the ARM® 64-bit Architecture (AArch64)" (ARM IHI 0056B)
- * "RISC-V ELF psABI specification" (https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc)
+ * "RISC-V ELF psABI specification" (https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc)
  * llvm/BinaryFormat/ELF.h - ELF constants and structures
  *
  * Copyright (c) 1996-1998 John D. Polstra.  All rights reserved.
index 1e698425d7bed51ed58c68bee23d141aecbed8c7..a4dcf33508265ce76294c927de45e8089a3be533 100644 (file)
@@ -69,7 +69,7 @@
 // all pprof commands.
 //
 // For more information about pprof, see
-// https://github.com/google/pprof/blob/master/doc/README.md.
+// https://github.com/google/pprof/blob/main/doc/README.md.
 package pprof
 
 import (