I'd like to produce relative URL's for script and href

Looking at the produced HTML page, I can see, on Firebug, absolute URLs:

...

Whereas some refs are relative, which I prefer:

Is there a way to force all references to be relative?

Thanks