Closed
Description
When referring to Psr methods a calling like the following is used:
:method:
Psr\\Cache\\CacheItemPoolInterface::save
Because Psr is not a Symfony repo this generates a 404 error page.
Example: On https://symfony.com/doc/3.4/components/cache/cache_pools.html#saving-cache-items the "save" URL is broken: http://api.symfony.com/3.4/Psr/Cache/CacheItemPoolInterface.html#method_save
The problem appears on several files: components/cache/cache_pools.rst
, components/cache/cache_items.rst
, etc