aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2017-08-04 12:13:33 +0200
committerIan Lance Taylor <iant@golang.org>2017-08-04 13:23:09 +0000
commit890e0e862f11c53a7a7a67655074cf360c6f940a (patch)
tree4ece5e00dded7c04f4bc5416269977e4087a1d22
parentbe596f049a3ba75abc2180ebe3dc26450d783498 (diff)
downloadgo-890e0e862f11c53a7a7a67655074cf360c6f940a.tar.gz
go-890e0e862f11c53a7a7a67655074cf360c6f940a.zip
doc: fix bad link in go1.9 release notes
Change-Id: I64ba37428f5cc560f0f20fe039feaecf5fcda93e Reviewed-on: https://go-review.googlesource.com/53330 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.9.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 105bf34c5a..becf1b18b5 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -737,7 +737,7 @@ version of gccgo.
<li><!-- CL 35488 -->
The <a href="/pkg/net/http/#Transport"><code>Transport</code></a>
now supports making requests via SOCKS5 proxy when the URL returned by
- <a href="/net/http/#Transport.Proxy"><code>Transport.Proxy</code></a>
+ <a href="/pkg/net/http/#Transport.Proxy"><code>Transport.Proxy</code></a>
has the scheme <code>socks5</code>.
</li>
</ul>