Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 71cdf91

Browse files
Merge pull request #1248 from jayschwa/patch-1
Update tweet.coffee URL format
2 parents 42e6298 + 1c537fb commit 71cdf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/tweet.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ module.exports = (robot) ->
6464

6565
if data.statuses? and data.statuses.length > 0
6666
status = msg.random data.statuses
67-
msg.send "http://twitter.com/#!/#{status.user.screen_name}/status/#{status.id_str}"
67+
msg.send "https://twitter.com/#{status.user.screen_name}/status/#{status.id_str}"
6868
else
6969
msg.reply "No one is tweeting about that."

0 commit comments

Comments
 (0)