[fix](doc) fix broken anchor links on table-design and SQL reference pages#3929
Open
dataroaring wants to merge 1 commit into
Open
[fix](doc) fix broken anchor links on table-design and SQL reference pages#3929dataroaring wants to merge 1 commit into
dataroaring wants to merge 1 commit into
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.1as applicable):ALTER-TABLE-PROPERTYCREATE-TABLE#properties#table-property-related-parametersCREATE-TABLEdata-bucketing#manual-setting-bucket-count#1-manually-set-the-number-of-buckets(3.x/2.1:#manually-setting-the-number-of-buckets)CREATE-TABLEdata-bucketing#automatic-setting-bucket-count#2-automatically-set-the-number-of-buckets(3.x/2.1:#automatic-bucket-number-setting)CREATE-TABLEupdate-of-unique-model#flexible-partial-column-updatespartial-column-update#flexible-column-update(3.x:#flexible-partial-column-updates)auto-partitioningdata-bucketing#auto-set-bucket-number#2-automatically-set-the-number-of-bucketsbasic-conceptsauto-partitioning#using-with-dynamic-partition#lifecycle-managementdata-typedata-type-overview#aggregate-types#aggregation-typesOlder 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.xversioned_docs/version-3.xversioned_docs/version-2.1Only English docs are touched. No content changes, anchors only.
🤖 Generated with Claude Code