https://symfony.com/doc/current/form/events.html has broken image references:

When I check the network tab in dev tools I see 404s for the relevant files, but with a .html extension appended to them:

Same applies to serializer component, see https://symfony.com/doc/current/components/serializer.html:

Yes. All images are failing except when you read the master branch. Sadly the error is too tricky, I can't reproduce it in my local machine and I'm not sure what to do :(
@javiereguiluz
馃槩
Probably duplicate to #9391
@TomasVotruba #9391 is the duplicate :)
@andyexeter I think troubleshooting code there surpas this one ;)
It appears that images in /images appear, whereas images in /_images do not.
These problems have been finally solved. The good news is that the new publishing system is more robust and these problems shouldn't occur frequently as it happened in the past. In fact, they shouldn't occur anymore.
The bad news is that this fix has broken the images that use SVG format, because they are included in a different way. I'm working on fixing that, but we can close this issue as fixed meanwhile. Thanks!