Youssef1313 / markdown-links-verifier

A GitHub Action to validate links in Markdown files
MIT License
4 stars 1 forks source link

Possible bug - https detected as local? #52

Closed Youssef1313 closed 3 years ago

Youssef1313 commented 3 years ago

When run against dotnet/core repo:

2021-03-14T06:09:46.4507506Z Validating links in: /github/workspace/release-notes/download-archives/2.0.7-download.md.
2021-03-14T06:09:46.4519025Z ##[error]Invalid link: '(https://github.com/dotnet/core/blob/main/release-notes/download-archives/2.1.200-sdk-download.md)' relative to '/github/workspace/release-notes/download-archives'.

The interesting thing here is that parentheses are considered part of the link for some reason. Need to investigate (could it be correct?).

Youssef1313 commented 3 years ago

It indeed had extra parentheses 😄