diff --git a/examples/chart_marks_twitter.js b/examples/chart_marks_twitter.js index 9c610ed..0a19763 100644 --- a/examples/chart_marks_twitter.js +++ b/examples/chart_marks_twitter.js @@ -106,7 +106,7 @@ function run (wss, conf, keyword) { uiLib.sendNotification( wss, tweet.user.profile_image_url_https, - `https://twitter.com/${tweet.user.screen_name}/${tweet.id}`, + `https://twitter.com/${tweet.user.screen_name}/status/${tweet.id_str}`, tweet.text, { tone: 'pingUp'