Project

General

Profile

Actions

Task #100151

closed

asset.css ViewHelper contains not working link to changelog

Added by Sybille Peters about 1 year ago. Updated 4 months ago.

Status:
Closed
Priority:
Should have
Category:
Documentation
Target version:
-
Start date:
2023-03-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.

Actions

Also available in: Atom PDF