iterative / link-check

A Node-based tool to verify if links are alive. Built to be used anywhere!
4 stars 4 forks source link

ref link: don't match if new line between `:` and URL. #28

Closed jorgeorpinel closed 2 years ago

jorgeorpinel commented 2 years ago
*   content/docs/user-guide/experiment-management/hydra-composition.md
   *   `yaml = https://`yaml/ (Site not found)

1/28 links failed.

Any idea where this comes from? Seems like a regexp 🐞 to me (see src).

U: Ah yeah, I think it's from

... [defaults list]:

```yaml

Originally posted by @jorgeorpinel in https://github.com/iterative/dvc.org/issues/4041#issuecomment-1276969824

jorgeorpinel commented 2 years ago

p.s. fix needed ATM for https://github.com/iterative/dvc.org/pull/4041 to pass checks.