From ba42a6abc082da1a55acdeb4bc0df53d0345c36f Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 09:11:49 -0800 Subject: [PATCH] Made changes to ch06.asciidoc --- ch06.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch06.asciidoc b/ch06.asciidoc index a8f26bf8..5cf8c818 100644 --- a/ch06.asciidoc +++ b/ch06.asciidoc @@ -232,9 +232,9 @@ On the contrary, if a pattern is tested against the bloom filter and any one of [[bloom5]] .Testing the existence of pattern "Y" in the bloom filter. The result is a definitive negative match, meaning "Definitely No." -image::images/msbt_0612.png["Bloom5"] +image::images/msbt_0612.png[] -Bitcoin's implementation of bloom filters is described in Bitcoin Improvement Proposal 37 (BIP0037). See <> or visit https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki. +Bitcoin's implementation of bloom filters is described in Bitcoin Improvement Proposal 37 (BIP0037). See <> or visit http://bit.ly/1x6qCiO[GitHub]. === Bloom Filters and Inventory Updates