TYPO3CMS-Reference-CoreApi icon indicating copy to clipboard operation
TYPO3CMS-Reference-CoreApi copied to clipboard

Broken link in Extension Scanner

Open sypets opened this issue 2 years ago • 1 comments

Current behavior

In the core extension scanner there is a link to the extension scanner docs. This link is broken in v12 (did not check the other versions).

Screenshot


image


Links

extension scanner:

  • links to: https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/ExtensionScanner/Index.html

docs:

  • actual docs (main): https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/HowTo/UpdateExtensions/ExtensionScanner.html
  • older docs, e.g. 10.4 https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/ApiOverview/ExtensionScanner/Index.html#extension-scanner

Possible Solution

Could be fixed in core or could be fixed here or for example a redirect could be added.

As mentioned before, moving files also breaks version selector (you can't switch from one version to another, e.g. switch from 10 to 11 via version selector).

sypets avatar Jun 15 '23 08:06 sypets

I suggest to fix it in the Core and not rely on some "magic" redirects.

brotkrueml avatar Jun 15 '23 08:06 brotkrueml

The redirect is now there:

https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/ExtensionScanner/Index.html => https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/ExtensionScanner/Index.html

sypets avatar May 19 '24 11:05 sypets