Copilot commented on code in PR #3464: URL: https://github.com/apache/doris-website/pull/3464#discussion_r2931264430
########## docs/ecosystem/automq-load.md: ########## @@ -9,7 +9,7 @@ [AutoMQ](https://github.com/AutoMQ/automq) is a cloud-native fork of Kafka by separating storage to object storage like S3. It remains 100% compatible with Apache Kafka® while offering users up to a 10x cost-effective and 100x elasticity . Through its innovative shared storage architecture, it achieves capabilities such as reassign partitions in seconds, self-balancing and auto scaling in seconds while ensuring high throughput and low latency.  -This article will explain how to use Apache Doris Routine Load to import data from AutoMQ into Doris. For more details on Routine Load, please refer to the [Routine Load](https://doris.apache.org/docs/data-operate/import/routine-load-manual/) document. +This article will explain how to use Apache Doris Routine Load to import data from AutoMQ into Doris. For more details on Routine Load, please refer to the [Routine Load](../data-operate/import/import-way/routine-load-manual) document. Review Comment: The new Routine Load link is extensionless (`.../routine-load-manual`), but the actual file path in-repo is `.../routine-load-manual.md`. To keep the link working in GitHub/plain Markdown renderers (in addition to the docs site), consider linking to the `.md` file explicitly. ########## docs/ecosystem/datax.md: ########## @@ -123,7 +123,7 @@ Download the [source code](https://github.com/apache/doris/tree/master/extension * **loadProps** - - Description: The request parameter of StreamLoad. For details, refer to the StreamLoad introduction page. [Stream load - Apache Doris](https://doris.apache.org/docs/data-operate/import/import-way/stream-load-manual) + - Description: The request parameter of StreamLoad. For details, refer to the StreamLoad introduction page. [Stream load - Apache Doris](../data-operate/import/import-way/stream-load-manual) Review Comment: The updated internal link points to `../data-operate/import/import-way/stream-load-manual` but the repo file is `stream-load-manual.md`. If this doc is viewed in GitHub or any renderer that doesn’t apply Docusaurus routing, the extensionless link will 404; consider linking to `../data-operate/import/import-way/stream-load-manual.md` instead. ########## docs/sql-manual/sql-statements/data-modification/load-and-export/BROKER-LOAD.md: ########## @@ -135,7 +135,7 @@ WITH BROKER "<broker_name>" | exec_mem_limit | Import memory limit, with a default of 2GB and the unit in bytes. | | strict_mode | Whether to impose strict restrictions on the data, with a default of `false`. | | partial_columns | A boolean type. When set to `true`, it indicates using partial - column updates, with a default value of `false`. It can only be set when the table model is Unique and uses Merge on Write. | -| timezone | Specifies the time zone, which affects some functions affected by the time zone, such as `strftime`, `alignment_timestamp`, `from_unixtime`, etc. For details, please refer to the [Time Zone](https://chatgpt.com/advanced/time - zone.md) documentation. If not specified, "Asia/Shanghai" will be used. | +| timezone | Specifies the time zone, which affects some functions affected by the time zone, such as `strftime`, `alignment_timestamp`, `from_unixtime`, etc. For details, please refer to the [Time Zone](../../../../admin-manual/cluster-management/time-zone) documentation. If not specified, "Asia/Shanghai" will be used. | Review Comment: The new relative link omits the `.md` extension, but the file in the repo is `docs/admin-manual/cluster-management/time-zone.md`. Without the extension, this link won’t resolve in GitHub/other plain Markdown renderers; consider linking to `time-zone.md` (Docusaurus will still route it correctly) to avoid introducing another dead link outside the docs site build. -- 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]
