Skip to content

Commit b25f555

Browse files
cuishuangmvdan
authored andcommitted
all: replace outdated links
Change-Id: I7156e7858e8f06459818e03729c644d64e04d43c Reviewed-on: https://go-review.googlesource.com/c/go/+/549356 Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: shuang cui <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 3233542 commit b25f555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/debug/elf/elf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* $FreeBSD: src/sys/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $
1414
* "System V ABI" (http://www.sco.com/developers/gabi/latest/ch4.eheader.html)
1515
* "ELF for the ARM® 64-bit Architecture (AArch64)" (ARM IHI 0056B)
16-
* "RISC-V ELF psABI specification" (https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc)
16+
* "RISC-V ELF psABI specification" (https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc)
1717
* llvm/BinaryFormat/ELF.h - ELF constants and structures
1818
*
1919
* Copyright (c) 1996-1998 John D. Polstra. All rights reserved.

src/runtime/pprof/pprof.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
// all pprof commands.
7070
//
7171
// For more information about pprof, see
72-
// https://github.com/google/pprof/blob/master/doc/README.md.
72+
// https://github.com/google/pprof/blob/main/doc/README.md.
7373
package pprof
7474

7575
import (

0 commit comments

Comments
 (0)