whylogs
whylogs copied to clipboard
We currently aren't checking github links
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
- [X] I have reviewed the Guidelines for Contributing and the Code of Conduct.