Use a live site path. Example as follows.
Code:
http://www.example.com/images/logo.png
If you want it to dynamically use http/https you can supply it as follows.
Code:
//www.example.com/images/logo.png
As is you're using a relative path, which is relative to the location it's being rendered.