Task #100151
closedasset.css ViewHelper contains not working link to changelog
100%
Description
This is wrong and there is no link rendered:
:ref:`changelog-Feature-90522-IntroduceAssetCollector`
( This would work in the changelog to link to another changelog, but does not work in the VHref as that is a different manual! )
I would remove this entirely, because:
- there are no other links to changelogs in the ViewHelper ref
- the changelog is from 10.4
- linking to older changelogs is not necessarily good practice since the description may have since been outdated.
Correct would be either
1. Use :doc: and a partial path
2. OR use :ref:, but add the name of the manual (core). This must also be added to the Settings.cfg which is currently not the case
:ref:`ext_core:changelog-Feature-90522-IntroduceAssetCollector`
3. Use link directly https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-90522-IntroduceAssetCollector.html
If it were only the PHPDoc, I would use @link and the absolute URL. Don't know how that will work in rendered ViewHelper reference.