Skip to content

docs(readme): fix broken TYPO3 Legacy Management link#185

Closed
MukundaKatta wants to merge 1 commit into
IchHabRecht:mainfrom
MukundaKatta:codex/fix-typo3-legacy-guide-link
Closed

docs(readme): fix broken TYPO3 Legacy Management link#185
MukundaKatta wants to merge 1 commit into
IchHabRecht:mainfrom
MukundaKatta:codex/fix-typo3-legacy-guide-link

Conversation

@MukundaKatta
Copy link
Copy Markdown

Summary

`README.md` > Extension Manager section linked to:

```
https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Extensions/LegacyManagement.html
```

which 404s on the `main` (v13) branch of the tutorial — the legacy extension manager isn't covered there because it's no longer part of TYPO3 v12/v13. The same document is still published for v11.5 (the last LTS that shipped the legacy manager), so I pinned the link to `11.5` with the anchor to land directly on the "Legacy Extension Management" section:

```
https://docs.typo3.org/m/typo3/tutorial-getting-started/11.5/en-us/Extensions/LegacyManagement.html#extensions_legacy_management
```

This matches the fallback URL noted in the issue.

Closes #179

Testing

Documentation-only change. Verified the new URL resolves to the intended TYPO3 11.5 page.

The link to "Managing Extensions - Legacy Guide" in the Extension
Manager section was pointing at the 'main' (v13) branch of the TYPO3
getting-started tutorial, where `Extensions/LegacyManagement.html`
returns 404 (the legacy-management page was removed from main). The
page is still published under v11.5 (the last LTS that ships the
legacy extension manager), so pin the link to that version.

Closes IchHabRecht#179
@MukundaKatta
Copy link
Copy Markdown
Author

Withdrawing — low-value typo fix. Apologies for the noise.

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.

Wrong link in README.md (TYPO3 Documentation - Managing Extensions - Legacy Guide)

1 participant