docs(readme): fix broken TYPO3 Legacy Management link#185
Closed
MukundaKatta wants to merge 1 commit into
Closed
Conversation
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
Author
|
Withdrawing — low-value typo fix. Apologies for the noise. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.