adr / madr

Markdown Architectural Decision Records
https://adr.github.io/madr/
Other
1.4k stars 395 forks source link

Broken 'examples.md' link on github.io #137

Closed ggorlen closed 1 week ago

ggorlen commented 1 month ago

To reproduce, go to https://adr.github.io/madr/ and click on "For more examples see examples":

Screenshot showing examples.md link that leads to a 404

This leads to a 404 and should be examples.html rather than examples.md. The trouble is, if you're browsing the file on GitHub itself, the examples.md link is correct and examples.html isn't, so the resolution isn't obvious to me offhand.

SVendittelli commented 1 month ago

I have run into this issue with jekyll before, I'll raise a PR to fix it.

koppor commented 1 week ago

Works as of today. Thank you for the report and the fix!