dataroaring opened a new pull request, #3929: URL: https://github.com/apache/doris-website/pull/3929
## 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](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
