From 036493c0d98f8df3cb27513e04a5f2838adaf5ed Mon Sep 17 00:00:00 2001 From: Saivann Date: Sat, 20 Dec 2014 23:25:43 -0500 Subject: [PATCH] Fix a broken icon link --- _includes/ref_p2p_networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ref_p2p_networking.md b/_includes/ref_p2p_networking.md index 88d99aee..306a959a 100644 --- a/_includes/ref_p2p_networking.md +++ b/_includes/ref_p2p_networking.md @@ -924,7 +924,7 @@ it must be truncated to its four most significant bytes (for example, The actual hash function implementation used is the [32-bit Murmur3 hash function][murmur3]. -![Warning icon](/img/icon_warning.svg) +![Warning icon](/img/icons/icon_warning.svg) **Warning:** the Murmur3 hash function has separate 32-bit and 64-bit versions that produce different results for the same input. Only the 32-bit Murmur3 version is used with Bitcoin bloom filters.