Skip to content

fix: repair broken blog links found by nightly linkcheck - #6873

Merged
gz merged 1 commit into
mainfrom
fred/linkfix-docs-31966437012
Aug 16, 2026
Merged

fix: repair broken blog links found by nightly linkcheck#6873
gz merged 1 commit into
mainfrom
fred/linkfix-docs-31966437012

Conversation

@mythical-fred-ops

Copy link
Copy Markdown

Summary

Fixes broken links reported by the nightly link checker (run 31966437012) against docs.feldera.com/literature/blog and .../papers. All five were www.feldera.com blog links using a wrong-case or mistyped slug that only worked before via a production redirect the linkchecker doesn't follow the same way a browser does.

Dead URL Line Fix
https://www.feldera.com/blog/Best-Research-Paper-VLDB-2023 docs/literature/papers.md:8 /blog/best-research-paper-vldb-2023
https://www.feldera.com/blog/why-incremental-aggregates-are-difficult---part-1 docs/literature/blog.md:109 /blog/why-incremental-aggregates-are-difficult-part-1
https://www.feldera.com/blog/introducing-feldera's-visual-profiler docs/literature/blog.md:115 /blog/introducing-feldera-s-visual-profiler
https://www.feldera.com/blog/Indexed-Zsets docs/literature/blog.md:157 /blog/indexed-zsets
https://www.feldera.com/blog/Changes docs/literature/blog.md:175 /blog/changes

Test plan

  • Curled every new target URL with the linkcheck job's user agent — all return 200

The literature index pages linked several www.feldera.com blog posts
by wrong-case or mistyped slugs (Best-Research-Paper-VLDB-2023,
Changes, Indexed-Zsets, the visual-profiler apostrophe, and the
aggregates-part-1 dash count). These only worked before because of a
production redirect the linkchecker doesn't follow the same way as a
browser. Point them at the real slugs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@gz
gz enabled auto-merge August 16, 2026 19:16
@gz
gz added this pull request to the merge queue Aug 16, 2026
Merged via the queue into main with commit 18280e6 Aug 16, 2026
1 check passed
@gz
gz deleted the fred/linkfix-docs-31966437012 branch August 16, 2026 20:56
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