How to force image (cache) update in README.rst on GitHub -
in 1 of project i'm using external image link display screenshot via github page, automatically parses readme.rst
i updated screenshot on web server several times in last weeks , realised not updated on github page since... think never updated ;-) github somehow downloaded image , loads it's cache servers.
within readme.rst, there correct link:
which can confirm, when load raw file:
but when check url of displayed image on github page, get:
github cached screenshot of royweb
does know how force "recache"?
curl -x purge {url of cached badge image}
Comments
Post a Comment