luoyuxia commented on code in PR #1243: URL: https://github.com/apache/fluss/pull/1243#discussion_r2212405084
########## website/docs/table-design/table-types/log-table.md: ########## @@ -45,7 +45,7 @@ The `bucket.num` should be a positive integer. If this value is not provided, a ::: ## Bucket Assigning -Bucketing is the fundamental unit of parallelism and scalability in Fluss. A single table in Fluss is divided into multiple buckets. A bucket is the smallest storage unit for reads and writes. See more details about [Bucketing](table-design/data-distribution/bucketing.md). +Bucketing is the fundamental unit of parallelism and scalability in Fluss. A single table in Fluss is divided into multiple buckets. A bucket is the smallest storage unit for reads and writes. See more details about [Bucketing](../data-distribution/bucketing.md). Review Comment: nit: we always don't use relative path for refering pages since when the refered pages move, the link will broke. ########## website/docs/table-design/table-types/log-table.md: ########## @@ -133,4 +133,4 @@ In the above example, we set the compression codec to `LZ4_FRAME` and the compre ::: ## Log Tiering -Log Table supports tiering data to different storage tiers. See more details about [Remote Log](maintenance/tiered-storage/remote-storage.md). \ No newline at end of file +Log Table supports tiering data to different storage tiers. See more details about [Remote Log](../../maintenance/tiered-storage/remote-storage.md). Review Comment: dito -- 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]
