How to Link a file with filename with spaces

Or, if using the Markdown style links (which you seem to do), you can keep links with special characters a little more legible by using <…> around them:

[this one](<Test 2>)

This notation will ensure that the link is properly URI-encoded.