Skip to content

fix broken path#3382

Merged
MehulBatra merged 1 commit into
apache:release-0.9from
MehulBatra:fix-3377
May 26, 2026
Merged

fix broken path#3382
MehulBatra merged 1 commit into
apache:release-0.9from
MehulBatra:fix-3377

Conversation

@MehulBatra
Copy link
Copy Markdown
Contributor

@MehulBatra MehulBatra commented May 26, 2026

Purpose

  • Fixes 6 broken relative links in iceberg.md and lance.md
  • Links used ../../../ but source files are only 2 levels deep under website/docs/, escaping
    the docs root.
  • Corrected to ../../.

Why this matters

  • build_versioned_docs.sh clones release-0.9 into versioned_docs/version-0.9/ for every CI
    run, so these broken links currently fail website builds on every PR, not just PRs touching
    docs.

Tests

API and Format

Documentation

Copy link
Copy Markdown
Member

@fresh-borzoni fresh-borzoni left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@MehulBatra MehulBatra merged commit def0584 into apache:release-0.9 May 26, 2026
0 of 2 checks passed
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.

2 participants