Skip to content

Fix dead links in README and CONTRIBUTING#1106

Open
blankse wants to merge 8 commits into
pimcore:2026.xfrom
blankse:fix-readme-dead-links
Open

Fix dead links in README and CONTRIBUTING#1106
blankse wants to merge 8 commits into
pimcore:2026.xfrom
blankse:fix-readme-dead-links

Conversation

@blankse

@blankse blankse commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Motivation

The README and CONTRIBUTING guide contain links and branch references that no longer resolve correctly, mostly because the master and 1.x branches no longer exist.

Changes

README.md

  • Contributing guide (404): Linked to https://github.com/pimcore/data-hub/blob/master/CONTRIBUTING.md, but the master branch no longer exists → 404. Replaced with a relative link ./CONTRIBUTING.md, which always resolves against the ref being viewed.
  • Adapter docs (301 redirect): The three adapter links under Further Information used https://pimcore.com/docs/platform/..., which 301-redirects to https://docs.pimcore.com/platform/.... Updated to the canonical domain.

CONTRIBUTING.md

  • php-cs-fixer link (404): Linked to the 1.x branch, which no longer exists upstream → 404. Replaced with a relative link ./.php-cs-fixer.dist.php.
  • Updated the feature-branch hint from 1.x to the current default branch 2026.x.
  • Updated the maintenance-branch example from 1.0 to 2026.1.
  • The PR target was described as the master branch (gone) → replaced with "default branch".

All other links (SonarCloud badge, internal ./doc/... links, GitHub issues, CLA assistant) were verified and are fine.

🤖 Generated with Claude Code

blankse and others added 3 commits June 9, 2026 15:48
- Point the Contributing guide link to a relative path; the previous
  https://github.com/pimcore/data-hub/blob/master/CONTRIBUTING.md URL
  returned 404 because the `master` branch no longer exists.
- Update the adapter documentation links from pimcore.com/docs/... to the
  canonical docs.pimcore.com/... domain to avoid the 301 redirect.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- The php-cs-fixer link pointed to the `1.x` branch, which no longer
  exists upstream and returned 404. Replaced with a relative link.
- Updated the feature-branch hint from `1.x` to the current default
  branch `2026.x`.
- The PR target was described as the `master` branch, which no longer
  exists; replaced with "default branch".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@blankse blankse changed the title Fix dead links in README Fix dead links in README and CONTRIBUTING Jun 9, 2026
@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

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.

2 participants