diff --git a/src/scripts/oblique.coffee b/src/scripts/oblique.coffee index e32a9c705..d7fd3e979 100644 --- a/src/scripts/oblique.coffee +++ b/src/scripts/oblique.coffee @@ -23,7 +23,7 @@ module.exports = (robot) -> robot.respond /.*strategy/i, (msg) -> mentions = msg.message.text.match(/(@\w+)/g) - robot.http('http://oblique.io') + robot.http('http://obliqueio.herokuapp.com') .get() (err, res, body) -> strategy = JSON.parse body strategy = "#{mentions.join(', ')}: #{strategy}" if mentions