chl-wxp commented on PR #11033: URL: https://github.com/apache/seatunnel/pull/11033#issuecomment-4676503133
Thanks for the cleanup. The overall direction looks good, and the previously reported `transform-v2` links seem to have been updated in the latest head. However, I found two remaining broken-link patterns after checking the current diff against the generated documentation routes: 1. `https://seatunnel.apache.org/docs/connectors/source/ClickhouseSource` should be: `https://seatunnel.apache.org/docs/connectors/source/Clickhouse` 2. `https://seatunnel.apache.org/docs/connectors/source/KafkaSource` should be: `https://seatunnel.apache.org/docs/connectors/source/Kafka` Please sweep the changed files and replace: - `docs/connectors/source/ClickhouseSource` -> `docs/connectors/source/Clickhouse` - `docs/connectors/source/KafkaSource` -> `docs/connectors/source/Kafka` The affected files include several ClickHouse and Kafka e2e config files under: - `seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/src/test/resources/` - `seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/resources/kafka/` After that, this PR should be good from my side. -- 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]
