Skip to content

Commit

Permalink
Link to Collector Sidecar docs instead of Graylog website (#73)
Browse files Browse the repository at this point in the history
Refs Graylog2/documentation#377

(cherry picked from commit 47b5139)
  • Loading branch information
joschi authored and bernd committed Oct 17, 2017
1 parent 9cad0b9 commit 1a05959
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.util.EnumSet;
import java.util.Set;

/**
* Implement the PluginMetaData interface here.
*/
public class CollectorMetaData implements PluginMetaData {
private static final String PLUGIN_PROPERTIES = "org.graylog.plugins.graylog-plugin-collector/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/collector_sidecar.html");
}

@Override
Expand Down

0 comments on commit 1a05959

Please sign in to comment.