From 4ad0bf1894846c4a40b8a68f28125c7125d8a8b4 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 3 May 2017 08:39:20 +1000 Subject: [PATCH] docs(hipchat): fixed npm url --- docs/hipchat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hipchat.md b/docs/hipchat.md index abc890f..c57fab9 100644 --- a/docs/hipchat.md +++ b/docs/hipchat.md @@ -1,6 +1,6 @@ # Hipchat Appender -The hipchat appender will send every log message it receives to a [hipchat](http://www.hipchat.com) server, over HTTP. It uses the [hipchat-notifier](https://www.npmjs.com/packages/hipchat-notifier) library, and you will need to include that in your dependencies if you want to use this appender. If you're not sure what some of the configuration options below mean, then check the documentation for hipchat-notifier, and the hipchat docs themselves. +The hipchat appender will send every log message it receives to a [hipchat](http://www.hipchat.com) server, over HTTP. It uses the [hipchat-notifier](https://www.npmjs.com/package/hipchat-notifier) library, and you will need to include that in your dependencies if you want to use this appender. If you're not sure what some of the configuration options below mean, then check the documentation for hipchat-notifier, and the hipchat docs themselves. ## Configuration