Skip to content

Commit 665e9f9

Browse files
dedemortonph
authored andcommitted
Fixes broken link that causes doc build error
Fixes #70
1 parent 71c5a53 commit 665e9f9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.2
2+
- Docs: Fix broken link
3+
14
## 5.0.1
25
- Fix some documentation issues
36

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
4646
| <<plugins-{type}s-{plugin}-heartbeat>> |<<number,number>>|No
4747
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|Yes
4848
| <<plugins-{type}s-{plugin}-key>> |<<string,string>>|No
49-
| <<plugins-{type}s-{plugin}-message_properties>> |<<Hash,Hash>>|No
49+
| <<plugins-{type}s-{plugin}-message_properties>> |<<hash,hash>>|No
5050
| <<plugins-{type}s-{plugin}-passive>> |<<boolean,boolean>>|No
5151
| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
5252
| <<plugins-{type}s-{plugin}-persistent>> |<<boolean,boolean>>|No

logstash-output-rabbitmq.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-rabbitmq'
3-
s.version = '5.0.1'
3+
s.version = '5.0.2'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Push events to a RabbitMQ exchange"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)