OK to fix this broken link in the docs?

Should be docker.md, not just docker, which 404s.

It seems that replacing the URL could work as seen if you go there directly.

1 Like

I’m not sure what you mean. Currently when viewing at docs/building/tooling/test-runners/interface.md at main · exercism/docs · GitHub if I click the link with anchor docker.md it tries to go to docker (sans .md) and 404s. I’m just proposing adding the .md to the actual link destination so that it doesn’t 404 anymore.

I understand.

These GitHub files are deployed as a browsable website (which is what I linked). Whatever changes proposed to the source material must still work when deployed and it seems that in this case it would if we apply what you propose.

Whilst people like you and I are more likely to use the GitHub source, the website ís the primary resource for all people using Exercism

Hope that clarifies it!

1 Like

Indeed! Thanks for your patience. I missed the beginning of your URL.

OK, glad (if I understand right) that this would be compatible with both GitHub and the deployed site. I hope it’s OK to PR, then: