I have some image links on landing pages, but for some reason when approved, the final pages take the colon out of the http:// so it is serving a broken link that starts with http//
try removing the http so the path starts with //. This also helps to avoid the broswer message that some content might not be secure when serving https pages.