manton / JSONFeed

The JSONFeed.org website
Creative Commons Zero v1.0 Universal
942 stars 56 forks source link

jsonfeed.org/graphics/icon.png not found #152

Closed aslakr closed 2 years ago

aslakr commented 3 years ago

From https://jsonfeed.org/version/1.1

<div class="feedicon"><a 
href="https://jsonfeed.org/feed.json"><img 
src="https://jsonfeed.org/graphics/icon.png" /></a></div>

https://jsonfeed.org/graphics/icon.png -> 404 Not Found

icy-comet commented 2 years ago

You can also use the JSON Feed icon as a link on your site, like this: <div class="feedicon"><a href="https://jsonfeed.org/feed.json"><img src="https://jsonfeed.org/graphics/icon.png" /></a></div>

yes indeed. the icon's source URL is returning a 404.

manton commented 2 years ago

Thanks, I've added a redirect to support that URL.