An open API service indexing awesome lists of open source software.

https://github.com/rickstaa/relative_md_links_file_bug

Small example repository to show that relative links to non-markdown files do not work.
https://github.com/rickstaa/relative_md_links_file_bug

Last synced: 3 months ago
JSON representation

Small example repository to show that relative links to non-markdown files do not work.

Awesome Lists containing this project

README

          

# relative_md_links_file_bug

Small example repository to show that relative links to non-markdown files do not work.

## Relative link to file

This [relative link](json_test.json) should open the `json_test.json` file.

## Relative link to file in folder

This [relative link](src/json_test.json) should open the `json_test.json` file in the `src` folder.