threefoldtech / info_grid

Apache License 2.0
1 stars 2 forks source link

Broken Links Fixed #392

Closed Mik-TF closed 8 months ago

Mik-TF commented 8 months ago

Related Issue

To fix issue #389

Note

The tests all passed.

I set 500 and 502 errors as warnings, as to not trigger an exit error code. The HTML error codes that are really problematic (i.e. the user in real life can't access the URLs) are 404 errors.

We set some 5** as errors but if we get too much false negative we could only set 404 errors.

For example, presearch.com gave a 502 HTML error, but the link works in real life. So I set 502 as warnings instead of errors. same for HTML error 500, I set it to warnings instead of errors (the links worked).