Description
All the anchor links in the 4.x documentation do not work - except for the "app" section.
Example: https://expressjs.com/de/4x/api.html#req.method
Seems api.html only includes the content for "app" but is missing any others like Request, Response, etc.
P.S. Just realized this is only true for the DE version of the documentation. EN works fine:
https://expressjs.com/en/4x/api.html#req.method
Expectations
Complete documentation with working links.