Task #100151
Updated by Sybille Peters over 1 year ago
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: * Since there are no other links to changelogs in the ViewHelper ref * ref, I would remove this entirely. Also, 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":https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-ViewHelper/blob/main/Documentation/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":https://docs.phpdoc.org/2.9/references/phpdoc/tags/link.html and the absolute URL. Don't know how that will work in rendered ViewHelper reference.