From: Bill Thiede Date: Mon, 6 Jan 2014 18:34:24 +0000 (-0800) Subject: hash/fnv: fix overview link currently returning 404. X-Git-Tag: go1.3beta1~1050 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=657675792767779084ab45fbbe966e07ab357420;p=gostls13.git hash/fnv: fix overview link currently returning 404. R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/47570043 --- diff --git a/src/pkg/hash/fnv/fnv.go b/src/pkg/hash/fnv/fnv.go index b5ecd4a7c6..c0206613ac 100644 --- a/src/pkg/hash/fnv/fnv.go +++ b/src/pkg/hash/fnv/fnv.go @@ -4,7 +4,8 @@ // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions // created by Glenn Fowler, Landon Curt Noll, and Phong Vo. -// See http://isthe.com/chongo/tech/comp/fnv/. +// See +// http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function. package fnv import (