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

github page of royweb

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:

actual link royweb screenshot

which can confirm, when load raw file:

raw readme.txt on github

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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -