Skip to content

Commit faeb2cc

Browse files
authored
Merge pull request bitcoin#1066 from SomberNight/202002_bip350_fix_links
bip-0350: fix links for reference implementations
2 parents 1174b26 + b58dd7b commit faeb2cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bip-0350.mediawiki

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ On the other hand, the Bech32m proposal breaks forward-compatibility for sending
139139
==Reference implementations==
140140

141141
* Reference encoder and decoder:
142-
** [https://github.com/sipa/bech32/tree/bech32m/ref/python Reference Python implementation]
143-
** [https://github.com/sipa/bech32/tree/bech32m/ref/c Reference C implementation]
144-
** [https://github.com/sipa/bech32/tree/bech32m/ref/c++ Reference C++ implementation]
142+
** [https://github.com/sipa/bech32/blob/master/ref/python Reference Python implementation]
143+
** [https://github.com/sipa/bech32/blob/master/ref/c Reference C implementation]
144+
** [https://github.com/sipa/bech32/blob/master/ref/c++ Reference C++ implementation]
145145
** [https://github.com/bitcoin/bitcoin/pull/20861 Bitcoin Core C++ implementation]
146-
** [https://github.com/sipa/bech32/tree/bech32m/ref/javascript Reference Javascript implementation]
146+
** [https://github.com/sipa/bech32/blob/master/ref/javascript Reference Javascript implementation]
147147
148148
* Fancy decoder that localizes errors:
149-
** [https://github.com/sipa/bech32/tree/bech32m/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website])
149+
** [https://github.com/sipa/bech32/blob/master/ecc/javascript For JavaScript] ([http://bitcoin.sipa.be/bech32/demo/demo.html demo website])
150150
151151
==Test vectors==
152152

0 commit comments

Comments
 (0)