mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -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
2
docs/static/include/pluginbody.asciidoc
vendored
2
docs/static/include/pluginbody.asciidoc
vendored
|
@ -837,7 +837,7 @@ It is appropriate to change these values to fit your plugin. In particular,
|
|||
you are ready to publish your plugin.
|
||||
|
||||
Logstash and all its plugins are licensed under
|
||||
https://github.com/elastic/logstash/blob/main/LICENSE[Apache License, version 2 ("ALv2")].
|
||||
https://github.com/elastic/logstash/blob/main/LICENSE.txt[Apache License, version 2 ("ALv2")].
|
||||
If you make your plugin publicly available via http://rubygems.org[RubyGems.org],
|
||||
please make sure to have this line in your gemspec:
|
||||
|
||||
|
|
4
docs/static/java-codec.asciidoc
vendored
4
docs/static/java-codec.asciidoc
vendored
|
@ -305,8 +305,8 @@ an UUID.
|
|||
==== Unit tests
|
||||
|
||||
Lastly, but certainly not least importantly, unit tests are strongly encouraged.
|
||||
The example codec plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-codec-java_codec_example/blob/main/src/test/java/org/logstash/javaapi/JavaCodecExampleTest.java[example unit
|
||||
The example codec plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-codec-java_codec_example/blob/master/src/test/java/org/logstashplugins/JavaCodecExampleTest.java[example unit
|
||||
test] that you can use as a template for your own.
|
||||
|
||||
// Pulls in shared section about Packaging and Deploying
|
||||
|
|
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
|
||||
|
|
4
docs/static/java-output.asciidoc
vendored
4
docs/static/java-output.asciidoc
vendored
|
@ -229,8 +229,8 @@ constructor at instantiation time.
|
|||
==== Unit tests
|
||||
|
||||
Lastly, but certainly not least importantly, unit tests are strongly encouraged.
|
||||
The example output plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-output-java_output_example/blob/main/src/test/java/org/logstash/javaapi/JavaOutputExampleTest.java[example unit
|
||||
The example output plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-output-java_output_example/blob/master/src/test/java/org/logstashplugins/JavaOutputExampleTest.java[example unit
|
||||
test] that you can use as a template for your own.
|
||||
|
||||
|
||||
|
|
2
docs/static/private-gem-repo.asciidoc
vendored
2
docs/static/private-gem-repo.asciidoc
vendored
|
@ -48,6 +48,6 @@ After saving the new version of the gemfile, use <<working-with-plugins,plugin m
|
|||
|
||||
The following links contain further material on setting up some commonly used repositories:
|
||||
|
||||
* https://github.com/geminabox/geminabox/blob/master/README.markdown[Geminabox]
|
||||
* https://github.com/geminabox/geminabox/blob/master/README.md[Geminabox]
|
||||
* https://www.jfrog.com/confluence/display/RTF/RubyGems+Repositories[Artifactory]
|
||||
* Running a http://guides.rubygems.org/run-your-own-gem-server/[rubygems mirror]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue