I'm working in SharePoint 2010 Designer to create a custom page layout. I've added a SharePointWebControls:ScriptLink control but am not sure what the path is to my jQuery library. It's uploaded to the root collection's Site Assets, in subfolders /js/jquery/jquery-1.6.2.min.js.
The absolute URL to it is http://vmdev195/SiteAssets/js/jquery/jquery-1.6.2.min.js. Is there a way to give a relative path to this file in the ScriptLink control? This way the page will work on different servers that have the same folder/file structure. Thanks