diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2021-02-09 22:04:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 22:04:33 +0000 |
commit | faeb2ccd24274bb725b45a2329daa9b51f876959 (patch) | |
tree | 8ec4757ad7cad967d5cdce184fe4edbe1c617cb9 /bip-0350.mediawiki | |
parent | 1174b26c8506f42fc7e3dde45761c8ca56647592 (diff) | |
parent | b58dd7bc1a15d91c979e1fa2ebbf1f1a83784547 (diff) |
Merge pull request #1066 from SomberNight/202002_bip350_fix_links
bip-0350: fix links for reference implementations
Diffstat (limited to 'bip-0350.mediawiki')
-rw-r--r-- | bip-0350.mediawiki | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki index d70bc20..9873d80 100644 --- a/bip-0350.mediawiki +++ b/bip-0350.mediawiki @@ -139,14 +139,14 @@ On the other hand, the Bech32m proposal breaks forward-compatibility for sending ==Reference implementations== * Reference encoder and decoder: -** [https://github.com/sipa/bech32/tree/bech32m/ref/python Reference Python implementation] -** [https://github.com/sipa/bech32/tree/bech32m/ref/c Reference C implementation] -** [https://github.com/sipa/bech32/tree/bech32m/ref/c++ Reference C++ implementation] +** [https://github.com/sipa/bech32/blob/master/ref/python Reference Python implementation] +** [https://github.com/sipa/bech32/blob/master/ref/c Reference C implementation] +** [https://github.com/sipa/bech32/blob/master/ref/c++ Reference C++ implementation] ** [https://github.com/bitcoin/bitcoin/pull/20861 Bitcoin Core C++ implementation] -** [https://github.com/sipa/bech32/tree/bech32m/ref/javascript Reference Javascript implementation] +** [https://github.com/sipa/bech32/blob/master/ref/javascript Reference Javascript implementation] * Fancy decoder that localizes errors: -** [https://github.com/sipa/bech32/tree/bech32m/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website]) +** [https://github.com/sipa/bech32/blob/master/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website]) ==Test vectors== |