mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Docs: Fix 404s (#12276)
* Fix url that ended in a 404 Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
This commit is contained in:
parent
d2c2ab1a0d
commit
04d9326fcd
5 changed files with 8 additions and 8 deletions
4
docs/static/java-input.asciidoc
vendored
4
docs/static/java-input.asciidoc
vendored
|
@ -248,8 +248,8 @@ constructor at instantiation time.
|
|||
[float]
|
||||
==== Unit tests
|
||||
Lastly, but certainly not least importantly, unit tests are strongly encouraged.
|
||||
The example input plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-input-java_input_example/blob/main/src/test/java/org/logstash/javaapi/JavaInputExampleTest.java[example unit
|
||||
The example input plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-input-java_input_example/blob/master/src/test/java/org/logstashplugins/JavaInputExampleTest.java[example unit
|
||||
test] that you can use as a template for your own.
|
||||
|
||||
// Pulls in shared section about Packaging and Deploying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue