Skip to content

Commit

Permalink
hash/fnv: fix wiki url
Browse files Browse the repository at this point in the history
The URL is shown on go docs and is an eye-sore.

For go1.6.

Change-Id: I8b8ea3751200d06ed36acfe22f47ebb38107f8db
Reviewed-on: https://go-review.googlesource.com/13282
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
dsnet authored and bradfitz committed Aug 24, 2015
1 parent 1135b9d commit 8e2d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hash/fnv/fnv.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
// created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
// See
// http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function.
// https://en.wikipedia.org/wiki/Fowler-Noll-Vo_hash_function.
package fnv

import (
Expand Down

0 comments on commit 8e2d0e1

Please sign in to comment.