Aditya41150 commented on PR #2300: URL: https://github.com/apache/fluss/pull/2300#issuecomment-3709486786
@wuchong Thank you for catching those broken links! I've now fixed all the broken image paths and documentation links: **Image paths fixed** (using correct relative paths): - `concepts/architecture.md`: architecture.png - `engine-flink/delta-joins.md`: delta_join.jpg - `streaming-lakehouse/overview.md`: streamhouse.png - `table-design/overview.md`: data_organization.png **Documentation links fixed** (using root-relative paths as per guidelines): - `table-design/table-types/pk-table.md`: All merge engine links and Flink documentation links - `engine-flink/procedures.md`: Security documentation link - `engine-flink/delta-joins.md`: Lookups documentation link - `table-design/overview.md`: Partitioning documentation link I've tested the changes locally with `npm run start` and confirmed that all images load correctly and there are no compilation errors. All links now follow the Fluss documentation guidelines. -- 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]
