Skip to content

Commit b58dd7b

Browse files
committed
bip-0350: fix links for reference implementations
1 parent 518fd3f commit b58dd7b

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
@@ -138,14 +138,14 @@ On the other hand, the Bech32m proposal breaks forward-compatibility for sending
138138
==Reference implementations==
139139

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

0 commit comments

Comments
 (0)