diff xml/en/docs/http/configuring_https_servers.xml @ 374:a413dffb0557

Replaced "a href" with "link doc" / "link url".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 10:39:42 +0000
parents 95d5dc7c9884
children b83d332fbdaa
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -57,7 +57,7 @@
 <para>
 CBC-mode ciphers might be vulnerable to a number of attacks and to
 the BEAST attack in particular (see
-<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>).
+<link url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</link>).
 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following:
 
 <programlisting>
@@ -362,8 +362,8 @@
 <para>
 A more generic solution for running several HTTPS servers on a single
 IP address is
-<a href="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1
-Server Name Indication extension</a> (SNI, RFC3546),
+<link url="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1
+Server Name Indication extension</link> (SNI, RFC3546),
 which allows a browser to pass a requested server name during the SSL handshake
 and, therefore, the server will know which certificate it should use
 for the connection.