From bcb53ac6108cd16159344226a8d25dc33af55975 Mon Sep 17 00:00:00 2001 From: Jason Rhodes Date: Sun, 7 Sep 2014 15:34:20 -0400 Subject: [PATCH] Update example image references to be unique --- config/services.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/services.json b/config/services.json index 86f7e9c..13edef1 100644 --- a/config/services.json +++ b/config/services.json @@ -3,35 +3,35 @@ "url": "http://gifplay.jrhodes.me:8020/shuffle", "description": "GIFPLAY // Shuffle -> shuffle GIF frames", "repository": "https://github.com/jasonrhodes/revisit-gifplay", - "sample": "http://gifplay.jrhodes.me:8020/icon.gif", + "sample": "http://gifplay.jrhodes.me:8020/examples/shuffle.gif", "supports": ["gif"] }, { "url": "http://gifplay.jrhodes.me:8020/pingpong", "description": "GIFPLAY // PingPong -> repeat GIF backwards after forwards, creating a loop", "repository": "https://github.com/jasonrhodes/revisit-gifplay", - "sample": "http://gifplay.jrhodes.me:8020/icon.gif", + "sample": "http://gifplay.jrhodes.me:8020/examples/pingpong.gif", "supports": ["gif"] }, { "url": "http://gifplay.jrhodes.me:8020/reverse", "description": "GIFPLAY // Reverse -> reverse GIF frames", "repository": "https://github.com/jasonrhodes/revisit-gifplay", - "sample": "http://gifplay.jrhodes.me:8020/icon.gif", + "sample": "http://gifplay.jrhodes.me:8020/examples/reverse.gif", "supports": ["gif"] }, { "url": "http://gifplay.jrhodes.me:8020/slowmo", "description": "GIFPLAY // Slowmo -> delay every 3rd frame for slow motion effect", "repository": "https://github.com/jasonrhodes/revisit-gifplay", - "sample": "http://gifplay.jrhodes.me:8020/icon.gif", + "sample": "http://gifplay.jrhodes.me:8020/examples/slowmo.gif", "supports": ["gif"] }, { "url": "http://gifplay.jrhodes.me:8020/bouncy", "description": "GIFPLAY // Bouncy -> 1,2,1,3,1,4 creating a bounce effect", "repository": "https://github.com/jasonrhodes/revisit-gifplay", - "sample": "http://gifplay.jrhodes.me:8020/icon.gif", + "sample": "http://gifplay.jrhodes.me:8020/examples/bouncy.gif", "supports": ["gif"] }, {