aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2016-05-31 12:42:34 -0700
committerJoe Tsai <thebrokentoaster@gmail.com>2016-05-31 21:17:23 +0000
commitc52dff0727c58cb7a6e768d91d15e3eaafcb420a (patch)
tree8d2647a156e9777db1d247d55159be6001dea1e5
parent2256e38978a38a954df72ab50423c1883f1063d7 (diff)
downloadgo-c52dff0727c58cb7a6e768d91d15e3eaafcb420a.tar.gz
go-c52dff0727c58cb7a6e768d91d15e3eaafcb420a.zip
doc/go1.7.html: make RFC an actual link
Change-Id: I5e8dad0c2534b5c3654cf0a0b51a38186d627a3c Reviewed-on: https://go-review.googlesource.com/23582 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.7.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 97a972ec75..4151300dca 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -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>