The tds_fdw documentation has a primary README.md file, and that file contains relative links to other .md files. e.g. something like this:
## Installing on CentOS
See [installing tds_fdw on CentOS](InstallCentOS.md).
This works great on GitHub, but the links don't work on PGXN. Instead, you get a 404 error.
It looks like PGXN is translating these pages to html. For example, InstallCentOS.md can be found here.
Since PGXN is converting these .md pages to .html, would it be possible for PGXN to fix the links as well?
This is related to this tds_fdw GitHub issue:
tds-fdw/tds_fdw#44