Skip to content

Commit c042cc9

Browse files
jamtur01jordansissel
authored andcommitted
Updated link in syslog documentation
Fixes #1724
1 parent f4ef87f commit c042cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/logstash/inputs/syslog.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# RFC3164 style or ISO8601. Otherwise the rest of RFC3164 must be obeyed.
1919
# If you do not use RFC3164, do not use this input.
2020
#
21-
# For more information see (the RFC3164 page)[http://www.ietf.org/rfc/rfc3164.txt].
21+
# For more information see [the RFC3164 page](http://www.ietf.org/rfc/rfc3164.txt).
2222
#
23-
# Note: this input will start listeners on both TCP and UDP.
23+
# Note: This input will start listeners on both TCP and UDP.
2424
class LogStash::Inputs::Syslog < LogStash::Inputs::Base
2525
config_name "syslog"
2626
milestone 1

0 commit comments

Comments
 (0)