Absolute URLs instead of Relative in <head>

So all the links in the <head> in my development environment point are relative <script type="text/javascript" src="/packages/meteor.js"></script>. Is there any way to prepend that with the correct url? I.e. <script type="text/javascript" src="https://mydomain.com/packages/meteor.js"></script>?