Hi all,
I've been given a link to include in an adapt piece I'm doing but it's a relative path to a shared company drive. The link follows this format...G:\some_folder\some_sub_folder\another subfolder\another_folder\
The final piece will be run on a Kallidus LMS, and I'm wondering how I write the link in my components.json. I've taken a wild stab in the dark with the following (note the '%20' (a guess) for a folder name that has a space in it):
<a href=\"file://G:/some_folder/some_sub_folder/another%20subfolder/another_folder\" target=\"_blank\">Link text</a>
...but I fear this may be all kinds of wrong as I'm really not too clued up about paths. Is what I'm trying to do even possible?
Any guidance would be very much appreciated (before I submit it to the client for testing and they tell me the link doesn't work!).
Thanks. Chris