Thanks for your response. I played around with several variations of Markdown links and I think I understand what needs to happen.
But before I go editing the 2,000+ links in my site, I want to understand the rules.
Am I correct that in a Markdown link like [Tests for Bufferbloat](../tests_for_bufferbloat)
:
- To access a file in the same folder, the link needs a
"../"
prefix? - The file name in the link must be all lower case (even if the file itself has a mixed-case file name)?
- The “.md” suffix must not be present?
Thank you.