UmbrellaDocs / linkspector

Uncover broken links in your content.
Apache License 2.0
55 stars 8 forks source link

Add space after url in error message #32

Closed hugobuddel closed 2 months ago

hugobuddel commented 4 months ago

Closes #31

Github will parse the trailing comma as part of the url when the warning appears in a github action log, so the link cannot be followed.

Arguably this is a github bug, and not a linkspector bug, because github does not include the comma in the URL in other places, like in issues.

Nevertheless, linkspector will probably be running in github actions quite often, so it would be good if the links are clickable from there without having to manually remove the comma.