diff options
author | Robbie Clarken <robbie.clarken@gmail.com> | 2014-06-21 17:24:59 +1000 |
---|---|---|
committer | Robbie Clarken <robbie.clarken@gmail.com> | 2014-06-21 17:24:59 +1000 |
commit | 4336363ac26e58087e60315c2abf90d9d26a6b8e (patch) | |
tree | 7708efccd9c11c6647d1c593accb7ebdd0f6f7ff /bip-0070.mediawiki | |
parent | 91f026a40f4c410d7ae24fd4ad6f966660c339b4 (diff) |
Fix URL to source of PHP payment request generator
The link to the source code of Gavin's PHP implementation was for the demo web page instead of the GitHub repository.
Diffstat (limited to 'bip-0070.mediawiki')
-rw-r--r-- | bip-0070.mediawiki | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index c3544fa..03baf5b 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -298,8 +298,7 @@ Protocol Buffers : https://developers.google.com/protocol-buffers/ ==Reference implementation== -Create Payment Request generator : https://bitcoincore.org/~gavin/createpaymentrequest.php -Sources at : https://bitcoincore.org/~gavin/createpaymentrequest.php +Create Payment Request generator : https://bitcoincore.org/~gavin/createpaymentrequest.php ([[https://github.com/gavinandresen/paymentrequest|source]]) BitcoinJ : https://bitcoinj.github.io/payment-protocol#introduction |