summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirag Bhatia <chirag64@users.noreply.github.com>2021-06-06 17:34:30 +0530
committerGitHub <noreply@github.com>2021-06-06 17:34:30 +0530
commitcdbe675223d2324321836fa9fe9f8c6e1e0c734f (patch)
treebb51f866c6fb4ea678f6e45a34306ed10652b91d
parent6a5c99fcc95f0080118aaa23297c18fa30357fbf (diff)
downloadbips-cdbe675223d2324321836fa9fe9f8c6e1e0c734f.tar.xz
Updated URL of the JavaScript reference implementation
Old repo is archived and links to the new repo are found in the old one's README file. This change updates the old repo's link to the new one.
-rw-r--r--bip-0039.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 9d38248..40288dd 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -163,7 +163,7 @@ Haskell:
* https://github.com/NicolasDorier/NBitcoin
JavaScript:
-* https://github.com/bitpay/bitcore-mnemonic
+* https://github.com/bitpay/bitcore/tree/master/packages/bitcore-mnemonic
* https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info]])
Java: