diff xml/en/docs/syslog.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents 54fa47139017
children 4add6ae1296f
line wrap: on
line diff
--- a/xml/en/docs/syslog.xml	Thu Mar 02 17:42:37 2017 +0300
+++ b/xml/en/docs/syslog.xml	Mon Mar 06 16:02:23 2017 +0300
@@ -9,7 +9,7 @@
 <article name="Logging to syslog"
          link="/en/docs/syslog.html"
          lang="en"
-         rev="5">
+         rev="6">
 
 <section>
 
@@ -36,7 +36,7 @@
 <tag-name><literal>facility=</literal><value>string</value></tag-name>
 <tag-desc>
 Sets facility of syslog messages, as defined in
-<link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
+<link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
 Facility can be one of “<literal>kern</literal>”, “<literal>user</literal>”,
 “<literal>mail</literal>”, “<literal>daemon</literal>”,
 “<literal>auth</literal>”, “<literal>intern</literal>”,
@@ -53,7 +53,7 @@
 Sets severity of syslog messages for
 <link doc="http/ngx_http_log_module.xml" id="access_log"/>,
 as defined in
-<link url="http://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
+<link url="https://tools.ietf.org/html/rfc3164#section-4.1.1">RFC 3164</link>.
 Possible values are the same as for the second parameter (level) of the
 <link doc="ngx_core_module.xml" id="error_log"/> directive.
 Default is “<literal>info</literal>”.