From c5b58c7b0c490fe6b80a5d33309c6e6b990216e5 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 11 Apr 2016 19:31:27 -0400 Subject: [PATCH] fix references to repo --- README.md | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b3c623..cdff7b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GraylogPluginDatadog Plugin for Graylog -[![Build Status](https://travis-ci.org/https://github.com/underdogio/graylog-plugin-datadog.svg?branch=master)](https://travis-ci.org/https://github.com/underdogio/graylog-plugin-datadog) +[![Build Status](https://travis-ci.org/underdogio/graylog-plugin-datadog.svg?branch=master)](https://travis-ci.org/underdogio/graylog-plugin-datadog) Graylog plugin to output messages as a [Datadog](https://datadoghq.com/) event. @@ -9,7 +9,7 @@ Graylog plugin to output messages as a [Datadog](https://datadoghq.com/) event. Installation ------------ -[Download the plugin](https://github.com/https://github.com/underdogio/graylog-plugin-datadog/releases) +[Download the plugin](https://github.com/underdogio/graylog-plugin-datadog/releases) and place the `.jar` file in your Graylog plugin directory. The plugin directory is the `plugins/` folder relative from your `graylog-server` directory by default and can be configured in your `graylog.conf` file. diff --git a/pom.xml b/pom.xml index c6bf092..e1b7eb4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,9 +24,9 @@ - scm:git:git@github.com:https://github.com/underdogio/graylog-plugin-datadog.git - scm:git:git@github.com:https://github.com/underdogio/graylog-plugin-datadog.git - https://github.com/https://github.com/underdogio/graylog-plugin-datadog + scm:git:git@github.com:underdogio/graylog-plugin-datadog.git + scm:git:git@github.com:underdogio/graylog-plugin-datadog.git + https://github.com/underdogio/graylog-plugin-datadog HEAD