Skip to content

docs: fix dead taosKeeper doc links#4202

Merged
Duansg merged 1 commit into
apache:masterfrom
orangeCatDeveloper:fix/dead-taoskeeper-doc-link
Jul 13, 2026
Merged

docs: fix dead taosKeeper doc links#4202
Duansg merged 1 commit into
apache:masterfrom
orangeCatDeveloper:fix/dead-taoskeeper-doc-link

Conversation

@orangeCatDeveloper

@orangeCatDeveloper orangeCatDeveloper commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

What's changed?

Fixes #4204.

TDengine restructured its docs site, so https://docs.taosdata.com/reference/components/taoskeeper/ now returns 404. This breaks the docs-build link checker for every PR that touches home/** (e.g. #4189).

This PR updates the link in 12 doc files:

  • English docs → https://docs.tdengine.com/reference/components/taoskeeper/
  • Chinese docs → https://docs.taosdata.com/3.4.1/reference/components/taoskeeper/ (latest versioned path available)

Both new URLs verified reachable (HTTP 200). No other occurrences of the dead URL remain in the repo.

Checklist

@github-actions github-actions Bot added the doc Improvements or additions to documentation label Jul 12, 2026
TDengine docs site was restructured and the old URL
https://docs.taosdata.com/reference/components/taoskeeper/ now returns
404, which breaks the docs-build CI link checker for any PR touching
home/**. Point English docs to docs.tdengine.com and Chinese docs to
the versioned docs.taosdata.com/3.4.1 path (both verified reachable).
@Duansg
Duansg merged commit f69c0f7 into apache:master Jul 13, 2026
3 checks passed
@orangeCatDeveloper
orangeCatDeveloper deleted the fix/dead-taoskeeper-doc-link branch July 13, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] docs-build CI fails: dead taosKeeper link in docs (TDengine docs site restructured)

2 participants