]> Cypherpunks.ru repositories - gostls13.git/commitdiff
compress/flate: fix the old url for the flate algorithm
authorOsamu TONOMORI <osamingo@gmail.com>
Thu, 20 Dec 2018 13:39:01 +0000 (22:39 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 20 Dec 2018 18:15:50 +0000 (18:15 +0000)
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>
src/compress/flate/inflate.go

index 685be70a3e38f7d4dba7b3a3a4d9808346d799a3..49921398e2ba9001a0bbb1ad83a78fe0dd27cc5e 100644 (file)
@@ -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