Skip to content

[BUGFIX] Repair three links that render as literal text - #215

Merged
linawolf merged 1 commit into
mainfrom
task/fix-broken-link-syntax
Sep 12, 2026
Merged

linawolf merged 1 commit into
mainfrom
task/fix-broken-link-syntax

Conversation

@linawolf

Copy link
Copy Markdown
Member

Three links were written without their trailing underscore, or in Markdown
syntax, so reST renders them as plain text with the angle brackets and the
raw URL visible instead of turning them into links.

The ext_emconf.php link also pointed at a page that no longer exists. It
now uses the permalink t3coreapi:ext-emconf-php, which resolves to the note
explaining that ext_emconf.php is no longer evaluated as of TYPO3 v15.

Nothing reports this class of mistake: a malformed link is valid reST, it
simply does not become a link.

Assisted-by: Claude Opus 5 noreply@anthropic.com
Signed-off-by: Lina Wolf

Three links were written without their trailing underscore, or in Markdown
syntax, so reST renders them as plain text with the angle brackets and the
raw URL visible instead of turning them into links.

The ext_emconf.php link also pointed at a page that no longer exists. It
now uses the permalink t3coreapi:ext-emconf-php, which resolves to the note
explaining that ext_emconf.php is no longer evaluated as of TYPO3 v15.

Nothing reports this class of mistake: a malformed link is valid reST, it
simply does not become a link.

Assisted-by: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Lina Wolf
@linawolf
linawolf merged commit fc117aa into main Sep 12, 2026
2 checks passed
@linawolf
linawolf deleted the task/fix-broken-link-syntax branch September 12, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant