]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: make RFC an actual link
authorJoe Tsai <joetsai@digital-static.net>
Tue, 31 May 2016 19:42:34 +0000 (12:42 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Tue, 31 May 2016 21:17:23 +0000 (21:17 +0000)
Change-Id: I5e8dad0c2534b5c3654cf0a0b51a38186d627a3c
Reviewed-on: https://go-review.googlesource.com/23582
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.html

index 97a972ec75614e6fd10d307f2b67ba3281f4f4ab..4151300dca863a9b75be2f0d198b4c07ce4a88c7 100644 (file)
@@ -535,7 +535,8 @@ generated by the new <code>BestSpeed</code>.
 
 <p>
 It is important to note that both
-<code>BestSpeed</code> and <code>HuffmanOnly</code> produce a compressed output that is RFC 1951 compliant.
+<code>BestSpeed</code> and <code>HuffmanOnly</code> produce a compressed output that is
+<a href="https://tools.ietf.org/html/rfc1951">RFC 1951</a> compliant.
 In other words, any valid DEFLATE decompressor will continue to be able to decompress these outputs.
 </p>