Skip to content

Commit b80643b

Browse files
accounts/usbwallet, common/bitutil: fix broken links in docs (ethereum#29078)
fixes some links in documentation
1 parent d5bacfa commit b80643b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

accounts/usbwallet/ledger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// This file contains the implementation for interacting with the Ledger hardware
1818
// wallets. The wire protocol spec can be found in the Ledger Blue GitHub repo:
19-
// https://raw.githubusercontent.com/LedgerHQ/blue-app-eth/master/doc/ethapp.asc
19+
// https://github.com/LedgerHQ/app-ethereum/blob/develop/doc/ethapp.adoc
2020

2121
package usbwallet
2222

common/bitutil/bitutil.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Adapted from: https://golang.org/src/crypto/cipher/xor.go
5+
// Adapted from: https://go.dev/src/crypto/subtle/xor_generic.go
66

77
// Package bitutil implements fast bitwise operations.
88
package bitutil

common/bitutil/bitutil_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Adapted from: https://golang.org/src/crypto/cipher/xor_test.go
5+
// Adapted from: https://go.dev/src/crypto/subtle/xor_test.go
66

77
package bitutil
88

0 commit comments

Comments
 (0)