Skip to content

Commit 33ce1ae

Browse files
suyograojordansissel
authored andcommitted
Update file.rb
Fixes #49
1 parent b9fa85a commit 33ce1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class LogStash::Inputs::File < LogStash::Inputs::Base
2525
# Paths must be absolute and cannot be relative.
2626
#
2727
# You may also configure multiple paths. See an example
28-
# on the [Logstash configuration page](configuration#array).
28+
# on the <<array,Logstash configuration page>>.
2929
config :path, :validate => :array, :required => true
3030

3131
# Exclusions (matched against the filename, not full path). Globs

0 commit comments

Comments
 (0)