liche icon indicating copy to clipboard operation
liche copied to clipboard

Fast Link Checker for Markdown and HTML in Go

Results 25 liche issues
Sort by recently updated
recently updated
newest added

Using liche to check links in a set of markdown file documentation. A link to cuda is causing trouble. Not sure of a workaround, however this issue over in muffet...

Hello! Our team has started to notice failures when checking links on `twitter.com`. E.g.: ``` ERROR https://twitter.com/ashleymcnamara Bad Request (HTTP error 400) ``` When I access the above link in...

I would expect that `liche` is commonly used on GH projects. I was looking to use it for an open source project.... however I keep running into GH rate limits....

I am getting this "Too Many Requests (HTTP error 429)" Error in the output file of my Link Checker when calling to external sites as shown below. @raviqqe - Is...

Hi, thanks for writing this action. I met the following error today: ![image](https://user-images.githubusercontent.com/40977455/100959933-48d24280-355a-11eb-8ff9-d53cca90488d.png) But the markdown link I wrote was: ![image](https://user-images.githubusercontent.com/40977455/100959832-16284a00-355a-11eb-9fc9-d8f9ae5a0a03.png) The link was mistakenly truncated with `)` missing so...

``` $ go get -u github.com/raviqqe/liche package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of: /home/go/src/github.com/russross/blackfriday/v2 (from $GOROOT) /home/ccallegar/go/src/github.com/russross/blackfriday/v2 (from $GOPATH) ``` See https://github.com/russross/blackfriday/issues/565

Hey! Thank you for this amazing tool! I've tried using it to do the link verification of a static site generator package (packit.dev), but I want to exclude all internal...

Thank you for your work! This is so helpful! Here is the problem. When running liche on github actions, visiting github.com would return `Too Many Requests (HTTP error 429)`, even...

It would be great if it was possible to prefix any relative and absolute paths for internal links with an external host to check against. E.g. our website is only...

This is probably down to https://github.com/rust-lang/crates.io/issues/788 ; I guess adding support for custom headers to liche would help, but I am not sure whether this should rather be fixed on...