Fixes dead links in Contributing to Logstash

Fixes #4633
This commit is contained in:
Paul Echeverri 2016-02-04 16:20:20 -08:00
parent 1260f63a2a
commit 5c463ca458
2 changed files with 4 additions and 6 deletions

View file

@ -14,10 +14,9 @@ Since plugins can now be developed and deployed independently of the Logstash
core, there are documents which guide you through the process of coding and
deploying your own plugins:
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_input_plugin.html[How to write a Logstash input plugin]
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_codec_plugin.html[How to write a Logstash codec plugin]
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_filter_plugin.html[How to write a Logstash filter plugin]
* http://www.elasticsearch.org/guide/en/logstash/current/_how_to_write_a_logstash_output_plugin.html[How to write a Logstash output plugin]
* <<contributing-patch-plugin,Contributing a Patch to a Logstash Plugin>>
* <<community-maintainer,Community Maintainer's Guide>>
* <<submitting-plugin,Submitting a Plugin>>
[float]
==== Plugin API Changes added[2.0]
@ -35,7 +34,6 @@ Plugin Base class.
Sample code for the new plugin shutdown APIs is https://github.com/logstash-plugins/logstash-input-example/blob/master/lib/logstash/inputs/example.rb[available].
[float]
=== Extending Logstash core

View file

@ -12,7 +12,7 @@ https://www.elastic.co/guide/en/logstash/current/contributing-to-logstash.html[_
=== Document Goals
To help make the Logstash plugins community participation easy with positive feedback.
To help make the Logstash plugins community participation easy with positive feedback.
To increase diversity.