Comment 3 for bug 1652960

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1652960

Download external resources does not follow links, it downloads
resources, which in this case means <img> tags, stylesheets, scripts,
etc. So change your tag from <a href=...> to <img src=...> and then use
download external resources.

 status invalid