<a href="file:///myserver/myfolder/myfile.docx">My Shared Folder</a>
Try this URL:
<a href="file://///myserver/myfolder/myfile.docx">
I believe the correct mark up is:
<a href="file:///\\serverpath\folder\filename.ext">
I think it should formatted like this:
file:///TheComputerNameOrIpAddress/FolderName/myFile.docx
I'm not 100% sure that will work, but it's worth a shot. Good luck.