aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Savintsev <dsavints@gmail.com>2017-08-04 10:12:21 +0200
committerIan Lance Taylor <iant@golang.org>2017-08-04 14:49:52 +0000
commit5495047223935bf3ec96d7a0bd804ea8ab6f5342 (patch)
treec55c4992318b33c803dc8290b670132ca82e8bdb
parent890e0e862f11c53a7a7a67655074cf360c6f940a (diff)
downloadgo-5495047223935bf3ec96d7a0bd804ea8ab6f5342.tar.gz
go-5495047223935bf3ec96d7a0bd804ea8ab6f5342.zip
doc/1.9: fix broken html link in CL 53030/53210
Change-Id: I7176becd10ad84cbfc3fb9427e190028626e5baf Reviewed-on: https://go-review.googlesource.com/53291 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 becf1b18b5..967d79b93e 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -477,7 +477,7 @@ version of gccgo.
If any SAN extension, including with no DSN names, is present
in the certificate, then the Common Name from
- <a href="#pkg/crypto/x509/#Certificate.Subject"><code>Subject</code></a> is ignored.
+ <a href="/pkg/crypto/x509/#Certificate.Subject"><code>Subject</code></a> is ignored.
In previous releases, the code tested only whether DNS-name SANs were
present in a certificate.
</p>