whylogs icon indicating copy to clipboard operation
whylogs copied to clipboard

We currently aren't checking github links

Open TheMellyBee opened this issue 2 years ago • 0 comments

Suggestions

There is a fix for the github links on our markdown checker. Will need to use a config file for it.

{ "httpHeaders": [ { "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"], "headers": { "Accept-Encoding": "zstd, br, gzip, deflate" } } ] }

Related

TheMellyBee avatar Aug 24 '22 16:08 TheMellyBee