Dev Docs: Fix Broken BitcoinJ Link

The makefile tests caught this, but it looks like I broke it back in
4553439e. Strangely, I did a full build before merging that commit---and
several more full builds since---and this is the first I'm noticing the
error. I'm fixing the broken link now; I'll look into the tests later.
This commit is contained in:
David A. Harding 2014-11-16 13:35:16 -05:00
parent cc13a10623
commit e29104fb82
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 4 additions and 3 deletions

View file

@ -188,10 +188,10 @@ For larger payments, Bitcoin transaction fees are very low as a
percentage of the total transaction value, so it makes more sense to
protect payments with immediately-broadcast separate transactions.
**Resource:** The [bitcoinj](http://bitcoinj.org) Java library
**Resource:** The [bitcoinj][] Java library
provides a complete set of micropayment functions, an example
implementation, and [a
tutorial](https://bitcoinj.github.io/working-with-micropayments)
tutorial][bitcoinj micropayment tutorial]
all under an Apache license.
{% endautocrossref %}