aboutsummaryrefslogtreecommitdiff
path: root/src/compress/bzip2/bzip2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/compress/bzip2/bzip2.go')
-rw-r--r--src/compress/bzip2/bzip2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compress/bzip2/bzip2.go b/src/compress/bzip2/bzip2.go
index f07c7e81e8..c40129b982 100644
--- a/src/compress/bzip2/bzip2.go
+++ b/src/compress/bzip2/bzip2.go
@@ -8,7 +8,7 @@ package bzip2
import "io"
// There's no RFC for bzip2. I used the Wikipedia page for reference and a lot
-// of guessing: http://en.wikipedia.org/wiki/Bzip2
+// of guessing: https://en.wikipedia.org/wiki/Bzip2
// The source code to pyflate was useful for debugging:
// http://www.paul.sladen.org/projects/pyflate