1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:16:57 -07:00

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>
This commit is contained in:
Dmitry Savintsev 2017-08-04 10:12:21 +02:00 committed by Ian Lance Taylor
parent 890e0e862f
commit 5495047223

View File

@ -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>