Fix the non-exist link url

This patch fix the non-exist url and use hyperlink markup
for the link title.

Change-Id: Id7948a59b66e01070ab4e53a0d9c94d05dc0b812
This commit is contained in:
qiaomin
2017-03-07 21:55:14 +08:00
parent b6f049be69
commit fc0c3ac4ca

View File

@@ -74,7 +74,8 @@ In ``my.cnf``:
ssl-key = /path/to/ssl/server-key.pem
Optionally, if you wish to restrict the set of SSL ciphers used for the
encrypted connection. See http://www.openssl.org/docs/apps/ciphers.html
encrypted connection. See `ciphers
<https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_
for a list of ciphers and the syntax for specifying the cipher string:
.. code:: ini
@@ -92,7 +93,8 @@ configuration file, ``postgresql.conf``.
ssl = true
Optionally, if you wish to restrict the set of SSL ciphers used for the
encrypted connection. See http://www.openssl.org/docs/apps/ciphers.html
encrypted connection. See `ciphers
<https://www.openssl.org/docs/manmaster/man1/ciphers.html>`_
for a list of ciphers and the syntax for specifying the cipher string:
.. code:: ini