Correct links to LS Ref Guide

Fixes #10727
This commit is contained in:
Karen Metts 2019-04-29 14:39:39 -04:00
parent e173ceb04e
commit 67aa145287
2 changed files with 6 additions and 8 deletions

View file

@ -894,12 +894,10 @@ file at http://mvnrepository.com and download the specified version.
==== Document your plugin
Documentation is an important part of your plugin. All plugin documentation is
rendered and placed in the
http://www.elasticsearch.org/guide/en/logstash/current/index.html[Logstash
Reference] and the {lsplugindocs}[Versioned plugin docs].
{logstash-ref}[Logstash Reference] and the {lsplugindocs}[Versioned plugin docs].
See <<plugin-doc>> for tips and guidelines.
==== Add Tests
Logstash loves tests. Lots of tests. If you're using your new {plugintype}
@ -1241,10 +1239,10 @@ we always welcome new plugins!
Some of the many benefits of having your plugin in the logstash-plugins
repository are:
* **Discovery.** Your plugin will appear in the http://www.elasticsearch.org/guide/en/logstash/current/index.html[Logstash Reference],
* **Discovery.** Your plugin will appear in the {logstash-ref}[Logstash Reference],
where Logstash users look first for plugins and documentation.
* **Documentation.** Your plugin documentation will automatically be added to the
http://www.elasticsearch.org/guide/en/logstash/current/index.html[Logstash Reference].
{logstash-ref}[Logstash Reference].
* **Testing.** With our testing infrastructure, your plugin will be continuously
tested against current and future releases of Logstash. As a result, users will
have the assurance that if incompatibilities arise, they will be quickly

View file

@ -79,10 +79,10 @@ we always welcome new plugins!
Some of the many benefits of having your plugin in the logstash-plugins
repository are:
* **Discovery** Your plugin will appear in the http://www.elasticsearch.org/guide/en/logstash/current/index.html[Logstash Reference],
* **Discovery** Your plugin will appear in the {logstash-ref}[Logstash Reference],
where Logstash users look first for plugins and documentation.
* **Documentation** Your plugin documentation will automatically be added to the
http://www.elasticsearch.org/guide/en/logstash/current/index.html[Logstash Reference].
* **Documentation** Your plugin documentation will automatically be added to the
{logstash-ref}[Logstash Reference].
* **Testing** With our testing infrastructure, your plugin will be continuously
tested against current and future releases of Logstash. As a result, users will
have the assurance that if incompatibilities arise, they will be quickly