lib/logstash/outputs/hipchat.rb in logstash-output-hipchat-0.1.0 vs lib/logstash/outputs/hipchat.rb in logstash-output-hipchat-0.1.1

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require "logstash/namespace" require "logstash/outputs/http" -# This output allows you to write events to [HipChat](https://www.hipchat.com/). +# This output allows you to write events to https://www.hipchat.com/[HipChat]. # class LogStash::Outputs::HipChat < LogStash::Outputs::Base config_name "hipchat" milestone 1