aboutsummaryrefslogtreecommitdiff
path: root/src/compress
diff options
context:
space:
mode:
authorOsamu TONOMORI <osamingo@gmail.com>2018-12-20 22:39:01 +0900
committerBrad Fitzpatrick <bradfitz@golang.org>2018-12-20 18:15:50 +0000
commit1e708337b21c43c14d3ac46dd29181a4af0548da (patch)
tree3aa69b3903f211237a15164596ddd991e11aa3ca /src/compress
parent745273f739fc63a5a4089d81c85f33edca58f0e9 (diff)
downloadgo-1e708337b21c43c14d3ac46dd29181a4af0548da.tar.gz
go-1e708337b21c43c14d3ac46dd29181a4af0548da.zip
compress/flate: fix the old url for the flate algorithm
Change-Id: I84b74bc96516033bbf4a01f9aa81fe60d5a41355 Reviewed-on: https://go-review.googlesource.com/c/155317 Reviewed-by: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/compress')
-rw-r--r--src/compress/flate/inflate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compress/flate/inflate.go b/src/compress/flate/inflate.go
index 685be70a3e..49921398e2 100644
--- a/src/compress/flate/inflate.go
+++ b/src/compress/flate/inflate.go
@@ -89,7 +89,7 @@ type Resetter interface {
// number of bits.
//
// See the following:
-// http://www.gzip.org/algorithm.txt
+// https://github.com/madler/zlib/raw/master/doc/algorithm.txt
// chunk & 15 is number of bits
// chunk >> 4 is value, including table link