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:
Guido Lena Cota 2022-07-12 12:51:38 +02:00 committed by GitHub
parent d2c2ab1a0d
commit 04d9326fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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]