accounts/usbwallet, common/bitutil: fix broken links in docs (#29078)

fixes some links in documentation
pull/29242/head
Justin Dhillon 6 months ago committed by GitHub
parent d5bacfa4de
commit b80643b737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      accounts/usbwallet/ledger.go
  2. 2
      common/bitutil/bitutil.go
  3. 2
      common/bitutil/bitutil_test.go

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

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Adapted from: https://golang.org/src/crypto/cipher/xor.go // Adapted from: https://go.dev/src/crypto/subtle/xor_generic.go
// Package bitutil implements fast bitwise operations. // Package bitutil implements fast bitwise operations.
package bitutil package bitutil

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// Adapted from: https://golang.org/src/crypto/cipher/xor_test.go // Adapted from: https://go.dev/src/crypto/subtle/xor_test.go
package bitutil package bitutil

Loading…
Cancel
Save