From 184d17f365132e61c80499bd0dcd1255c646622a Mon Sep 17 00:00:00 2001 From: Ryan Hammett Date: Mon, 18 Jan 2016 00:46:06 -0500 Subject: [PATCH] Correct markdown link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d924ce..759eacc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a Slack bot based on [slack-ruby-bot](https://github.com/dblock/slack-ru When a [Pixiv](http://www.pixiv.net/) link is posted in the channel the Pixiv bot is in, it will "unfurl" the image via message attachements. Pixiv does not allow the images on the site to reside in the metadata, so standard Slack unfurling is unable to preview the image. -![Screenshot](slack-pixiv-bot/assets/example.png) +![](assets/example.png "Screenshot") If you run iOS, the bot will also post an `Open in App` link to view the image in the native Pixiv app. No more mobile web view!