Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Link to pipeline processors docs instead of Graylog website
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Oct 17, 2017
1 parent 1f41130 commit 8adc5ea
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
import java.net.URI;
import java.util.Set;

/**
* Implement the PluginMetaData interface here.
*/
public class PipelineProcessorMetaData implements PluginMetaData {
private static final String PLUGIN_PROPERTIES = "org.graylog.plugins.graylog-plugin-pipeline-processor/graylog-plugin.properties";

Expand All @@ -47,7 +44,7 @@ public String getAuthor() {

@Override
public URI getURL() {
return URI.create("https://www.graylog.org/");
return URI.create("http://docs.graylog.org/en/latest/pages/pipelines.html");
}

@Override
Expand Down

0 comments on commit 8adc5ea

Please sign in to comment.