From e92955002e69b12ca5c6c5ae3085936965556fd7 Mon Sep 17 00:00:00 2001 From: thehookup <38058757+thehookup@users.noreply.github.com> Date: Tue, 15 May 2018 10:45:01 -0400 Subject: [PATCH] url needed to be in 'singlequotes' (#5367) * url needed to be in 'singlequotes' url needed to be in 'singlequotes' * Don't point to 3rd party location --- source/_docs/ecosystem/ios/notifications/attachments.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/ios/notifications/attachments.markdown b/source/_docs/ecosystem/ios/notifications/attachments.markdown index 2138ae602d1..a164a542cc0 100644 --- a/source/_docs/ecosystem/ios/notifications/attachments.markdown +++ b/source/_docs/ecosystem/ios/notifications/attachments.markdown @@ -26,7 +26,7 @@ To expand a notification on 3D Touch devices simply force touch any notification message: "Something happened at home!"" data: attachment: - url: https://67.media.tumblr.com/ab04c028a5244377a0ab96e73915e584/tumblr_nfn3ztLjxk1tq4of6o1_400.gif + url: "https://github.com/home-assistant/home-assistant-assets/blob/master/logo-round-192x192.png" content-type: gif hide-thumbnail: false ```