docs: fix three dead links in the install and developer docs - #1687
Open
rawsun007 wants to merge 2 commits into
Open
docs: fix three dead links in the install and developer docs#1687rawsun007 wants to merge 2 commits into
rawsun007 wants to merge 2 commits into
Conversation
rawsun007
force-pushed
the
fix-dead-doc-links
branch
from
September 4, 2026 06:50
b38187e to
c5825a9
Compare
phpunit.readthedocs.io moved to docs.phpunit.de, and the phpDocumentor running-phpdocumentor page is now getting-started/generating-documentation. Extends the section underline to match the longer title, so doc8 and sphinx -W stay clean. Assisted-by: Claude Code:claude-opus-5
apachefriends.org/en/index.html 404s; the site root serves the downloads. Assisted-by: Claude Code:claude-opus-5
Author
|
Sorry for the noise — the first push failed three checks and all three were my fault. Now green (17/17).
While fixing the commit messages I reset the branch to base, which made GitHub auto-close this PR since head briefly equalled base. That is why it shows closed and reopened — the diff is unchanged in intent: three URLs plus the underline. |
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.
Three links in the published docs return 404.
docs/source/DEVELOPER-README.rstphpunit.readthedocs.io/en/latest/writing-tests-for-phpunit.html→docs.phpunit.de/en/13.3/writing-tests-for-phpunit.html. PHPUnit moved off Read the Docs.docs.phpdoc.org/latest/guide/guides/running-phpdocumentor.html→docs.phpdoc.org/guide/getting-started/generating-documentation.html. The page was renamed; the new one is the same "how to run it" content, and it is the entry their current nav links.docs/source/INSTALLATION.rstapachefriends.org/en/index.html→apachefriends.org/. The/en/index.htmlpath is gone; the root serves the downloads.Each replacement returns 200; each old URL returns 404.
What I deliberately left alone
wampserver.com/en/404s, but so doeswampserver.com/, so their site is down or blocking rather than restructured, and I would rather not repoint a link based on an outage.CHANGELOG.mdreferencesbookedscheduler.com/phpscheduleit, also dead. That is the historical changelog, so rewriting old entries would falsify the record.XAMMP(transposed). I left it, since this PR is scoped to URLs — say the word and I will fix the spelling too.Per the AI-assistance rule in
CONTRIBUTING.md, both commits carryAssisted-by: Claude Code:claude-opus-5. Every URL claim above was verified with a request rather than inferred. Based againstdevelop.