Skip to content

[fix](doc) fix broken anchor links on table-design and SQL reference pages#3929

Open
dataroaring wants to merge 1 commit into
apache:masterfrom
dataroaring:docs/fix-v4x-broken-anchors
Open

[fix](doc) fix broken anchor links on table-design and SQL reference pages#3929
dataroaring wants to merge 1 commit into
apache:masterfrom
dataroaring:docs/fix-v4x-broken-anchors

Conversation

@dataroaring

Copy link
Copy Markdown
Contributor

Purpose

Several in-page anchor links pointed at headings that no longer exist (or were renamed), so the fragment never resolved. This repoints them to the current heading anchors. Found via a link check on the 4.x docs; the same broken anchors exist in the dev docs and older versioned docs, so all affected versions are fixed.

Changes

Per affected page (dev docs/, version-4.x, version-3.x, version-2.1 as applicable):

Page Old anchor New anchor
ALTER-TABLE-PROPERTY CREATE-TABLE#properties #table-property-related-parameters
CREATE-TABLE data-bucketing#manual-setting-bucket-count #1-manually-set-the-number-of-buckets (3.x/2.1: #manually-setting-the-number-of-buckets)
CREATE-TABLE data-bucketing#automatic-setting-bucket-count #2-automatically-set-the-number-of-buckets (3.x/2.1: #automatic-bucket-number-setting)
CREATE-TABLE update-of-unique-model#flexible-partial-column-updates partial-column-update#flexible-column-update (3.x: #flexible-partial-column-updates)
auto-partitioning data-bucketing#auto-set-bucket-number #2-automatically-set-the-number-of-buckets
basic-concepts auto-partitioning#using-with-dynamic-partition #lifecycle-management
data-type data-type-overview#aggregate-types #aggregation-types

Older versions (3.x/2.1) use their own bucketing heading slugs, so the target anchors differ there. Each new anchor was verified against the actual heading in its target file.

Versions changed

  • docs/ (dev)
  • versioned_docs/version-4.x
  • versioned_docs/version-3.x
  • versioned_docs/version-2.1

Only English docs are touched. No content changes, anchors only.

🤖 Generated with Claude Code

…pages

Several in-page anchor links pointed at headings that no longer exist
(or were renamed), producing broken fragments. Repoint them to the
current heading anchors across the dev docs and the 4.x / 3.x / 2.1
versioned docs:

- ALTER-TABLE-PROPERTY: CREATE-TABLE#properties -> #table-property-related-parameters
- CREATE-TABLE: data-bucketing manual/automatic bucket-count anchors
  -> the current 'Manually/Automatically Set the Number of Buckets' anchors
- CREATE-TABLE: Flexible Column Update link
  -> partial-column-update#flexible-column-update (3.x: #flexible-partial-column-updates)
- auto-partitioning: data-bucketing#auto-set-bucket-number
  -> apache#2-automatically-set-the-number-of-buckets
- basic-concepts: auto-partitioning#using-with-dynamic-partition -> #lifecycle-management
- data-type: data-type-overview#aggregate-types -> #aggregation-types

Older versions (3.x/2.1) use their own bucketing heading slugs.
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