gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
407 stars 76 forks source link

Links with Windows Separator are resolved on Unix #139

Open assuiedmilan opened 2 years ago

assuiedmilan commented 2 years ago

Today I just discovered that one of my markdown links was broken on Unix. The reason: someone used a windows separator in the path, so the link is working properly on windows.

Now, since the check runs on a Ubuntu VM, I expected it to fail. But it passed.

What could explain it, and could we fix it ?

gaurav-nelson commented 2 years ago

@assuiedmilan It's very hard to figure out what's going on without an example,

From the description, I think it's most probably related to the underlying markdown-link-checklibrary.