[BUGFIX] Repoint five dead community links, drop a sixth - #424
Merged
Merged
Conversation
linawolf
force-pushed
the
task/fix-dead-community-links
branch
from
September 10, 2026 18:41
8bda04a to
f0465ba
Compare
added 2 commits
September 10, 2026 21:45
typo3.org/community now redirects to the separate typo3.community domain, so
everything below /community/ returns 404. Four things were affected:
* The Code of Conduct moved into the documentation itself and is now linked
by its permalink, guide-policy:coc.
* Registering for Slack moved to typo3.community/meet/slack. The old
forger.typo3.com/slack is gone, although forger.typo3.com itself still
responds.
* The commit-msg hook was downloaded from typo3.org/fileadmin, which now
returns a 404 page. It is no longer downloaded at all: the Core ships its
own hook in Build/git-hooks/commit-msg, and copying it from the checkout
is what the rest of this manual already tells contributors to do, in
Setup/Git and Quickstart. That hook is a TYPO3 fork of Gerrit's, roughly
twice the size, and it performs the extra checks this page describes.
* The regular open sprints page is gone and has no successor. The only
candidate, a talk.typo3.org thread, was last active in December 2018, so
the reference is dropped rather than repointed at something that no longer
describes anything regular. The sentence stands without it.
Nothing flagged any of these: rendering does not fetch external URLs.
Assisted-by: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Lina Wolf
Two typos in the same sentence: "team and" had a double space, and the sentence ending on the Code of Conduct link had no full stop, so it ran straight into "Please keep that in mind". Both sit on the lines the previous commit touches, which is why they come in the same pull request rather than a separate one. Assisted-by: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Lina Wolf
linawolf
force-pushed
the
task/fix-dead-community-links
branch
from
September 10, 2026 19:45
865a7fc to
aed5eed
Compare
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.
typo3.org/community now redirects to the separate typo3.community domain, so
everything below /community/ returns 404. Four things were affected:
by its permalink, guide-policy:coc.
forger.typo3.com/slack is gone, although forger.typo3.com itself still
responds.
returns a 404 page. It is no longer downloaded at all: the Core ships its
own hook in Build/git-hooks/commit-msg, and copying it from the checkout
is what the rest of this manual already tells contributors to do, in
Setup/Git and Quickstart. That hook is a TYPO3 fork of Gerrit's, roughly
twice the size, and it performs the extra checks this page describes.
candidate, a talk.typo3.org thread, was last active in December 2018, so
the reference is dropped rather than repointed at something that no longer
describes anything regular. The sentence stands without it.
Nothing flagged any of these: rendering does not fetch external URLs.
Assisted-by: Claude Opus 5 noreply@anthropic.com
Signed-off-by: Lina Wolf