how to link a file in markdown code example
Example 1: how to create link in readme.md
[a link] (https://github.com/user/repo/blob/branch/other_file.md)
Example 2: markdown link to file
[a link](./path/to/file.txt)
[a link](path%20with%20spaces/other_file.txt)