fastlane/lib/fastlane/actions/hipchat.rb in fastlane-2.101.1 vs fastlane/lib/fastlane/actions/hipchat.rb in fastlane-2.102.0
- old
+ new
@@ -89,10 +89,10 @@
UI.user_error!("Unexpected #{response.code} for `#{channel}` with response: #{response.body}")
end
end
def self.description
- "Send a error/success message to HipChat"
+ "Send a error/success message to [HipChat](https://www.hipchat.com/)"
end
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :message,