Logback site contains a lot of dead links to apidocs. For example, in [Chapter 3: Logback configuration](https://logback.qos.ch/manual/configuration.html) `DefaultShutdownHook` targets https://logback.qos.ch/apidocs/ch/qos/logback/core/hook/DefaultShutdownHook.html, which returns `404 Not Found`. The proper URL seems to be https://logback.qos.ch/apidocs/ch.qos.logback.core/ch/qos/logback/core/hook/DefaultShutdownHook.html I run this tool https://www.deadlinkchecker.com/website-dead-link-checker.asp for https://logback.qos.ch/ and it outputs > https://logback.qos.ch/ 100% scanned - 894/894 URLs checked, 548 OK, 346 failed Scan completed with 346 errors.
Logback site contains a lot of dead links to apidocs.
For example, in Chapter 3: Logback configuration
DefaultShutdownHooktargets https://logback.qos.ch/apidocs/ch/qos/logback/core/hook/DefaultShutdownHook.html, which returns404 Not Found.The proper URL seems to be https://logback.qos.ch/apidocs/ch.qos.logback.core/ch/qos/logback/core/hook/DefaultShutdownHook.html
I run this tool https://www.deadlinkchecker.com/website-dead-link-checker.asp for https://logback.qos.ch/ and it outputs