Skip to content

docs: fix three dead links to datafusion.apache.org - #24872

Merged
AdamGS merged 1 commit into
apache:mainfrom
rawsun007:fix-dead-docs-links
Sep 2, 2026
Merged

docs: fix three dead links to datafusion.apache.org#24872
AdamGS merged 1 commit into
apache:mainfrom
rawsun007:fix-dead-docs-links

Conversation

@rawsun007

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

Three links in the docs point at pages on our own site that return 404, so a reader following them from the readings list or the GSoC project ideas page lands on an error.

What changes are included in this PR?

  • concepts-readings-events.md: blog/2026/03/20/multi-layer-pruning/ becomes blog/2026/03/20/limit-pruning/, and blog/2026/02/02/case-expression/ becomes blog/2026/02/02/datafusion_case/. Those are the slugs the two posts were actually published under.
  • gsoc/gsoc_project_ideas_2025.md: contributor-guide/gsoc_application_guidelines.html becomes contributor-guide/gsoc/gsoc_application_guidelines_2025.html, matching the file the GSoC index.rst toctree includes.

What is the testing strategy for this PR?

No tests; this is three URL strings in markdown. Each old URL was requested and returns 404, each new one returns 200.

Are there any user-facing changes?

Docs only. Three links that were broken now resolve.

Disclosure: this was written with AI assistance (Claude, via Claude Code). I verified every URL by request rather than inferring it, and the issue lists the three further dead links I deliberately did not touch because the right replacement is your call.

Two blog links in concepts-readings-events.md used slugs that were never
published; the posts are at /blog/2026/03/20/limit-pruning/ and
/blog/2026/02/02/datafusion_case/. The GSoC project ideas page linked the
application guidelines one directory too high and without the year suffix.

Generated-by: Claude (Claude Code)
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Sep 2, 2026

@AdamGS AdamGS left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rawsun007 thank you!

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.62%. Comparing base (3a4c310) to head (d3efeaf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #24872      +/-   ##
==========================================
- Coverage   81.62%   81.62%   -0.01%     
==========================================
  Files        1123     1123              
  Lines      409637   409637              
  Branches   409637   409637              
==========================================
- Hits       334383   334375       -8     
- Misses      55624    55628       +4     
- Partials    19630    19634       +4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AdamGS
AdamGS added this pull request to the merge queue Sep 2, 2026
Merged via the queue into apache:main with commit 864b666 Sep 2, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: three internal links on datafusion.apache.org are 404

3 participants