I'm trying to create a hyperlink to a folder that has a space in it. The space is removed because of the way rst is processing the link.
Unfortunately I can't change the name of the folder because I'm not the owner.
This was solved below by adding %20
but now there is a second problem:
The path should be "file:///T:/my_path/A&B Tools".
It can also be represented as "\\network.com\my_path\A&B Tools".
* First link `hyperlink-name-1`_
* Second link `hyperlink-name-2`_
.. _hyperlink-name-1: file:///T:/my_path/A&B%20Tools
.. _hyperlink-name-2: \\\\network.com\\my_path\\A&B%20Tools
The first link works when I map network.com
to T
:
Edit:
Thanks to Steve I looked at the html I see when I use second link. The windows path starting with \ doesn't seem to work properly. I think this is a windows interpretation of the path.