Skip to content

Fix broken /s3/ and /docs/ prefix links#6187

Closed
Blargian wants to merge 1 commit intoClickHouse:mainfrom
Blargian:fix/gcs-s3-and-cloud-rss-link
Closed

Fix broken /s3/ and /docs/ prefix links#6187
Blargian wants to merge 1 commit intoClickHouse:mainfrom
Blargian:fix/gcs-s3-and-cloud-rss-link

Conversation

@Blargian
Copy link
Copy Markdown
Member

@Blargian Blargian commented May 8, 2026

Summary

Two broken intra-doc links:

  • docs/integrations/data-ingestion/gcs/index.md../s3/index.md resolves filesystem-wise to docs/integrations/data-ingestion/../s3/index.md which doesn't exist (the s3/ dir lives under data-ingestion/, not as a sibling). Fix: use the absolute slug /integrations/s3#s3-optimizing-performance.
  • docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md/docs/cloud/changelog-rss.xml has the legacy /docs/ URL prefix. Other intra-doc links use root-relative paths; replacing with /cloud/changelog-rss.xml.

Test plan

  • Visit each affected page in a Docusaurus preview build and click through the rewritten links.

🤖 Generated with Claude Code

- docs/integrations/data-ingestion/gcs/index.md: `../s3/index.md` resolves
  filesystem-wise to `data-ingestion/../s3/index.md` which doesn't exist (s3
  lives under data-ingestion, not as a sibling). Fix: use absolute slug
  `/integrations/s3#s3-optimizing-performance`.
- docs/cloud/reference/.../2026.md: `/docs/cloud/changelog-rss.xml` has the
  legacy `/docs/` URL prefix that intra-doc links don't carry. Use `/cloud/
  changelog-rss.xml` to match the actual served path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Blargian Blargian requested review from a team as code owners May 8, 2026 19:15
@vercel
Copy link
Copy Markdown

vercel Bot commented May 8, 2026

@Blargian is attempting to deploy a commit to the ClickHouse Team on Vercel.

A member of the Team first needs to authorize it.

@Blargian Blargian closed this May 8, 2026
@Blargian
Copy link
Copy Markdown
Member Author

Blargian commented May 8, 2026

Thank you Claude, but not needed

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.

1 participant