| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-11 | brokenlinks: make link that return HTML always end with slash | Shulhan | |
| If parent URL like "/page" return the body as HTML page, the URL should be end with slash to make the relative links inside it works when joined with the parent URL. | |||
| 2026-02-05 | brokenlinks: check for redirect during scan | Shulhan | |
| If the request redirected, use the "Location" value in the response header as the parent URL instead of from the original link in queue. | |||
| 2026-02-04 | brokenlinks: fix generating relative URL | Shulhan | |
| If the parent URL end with .html or .htm, join the directory of parent instead of the current path with the relative path. | |||
