hackergin commented on code in PR #25315:
URL: https://github.com/apache/flink/pull/25315#discussion_r1758546609
##########
docs/content.zh/docs/dev/table/materialized-table/quickstart.md:
##########
@@ -76,7 +76,7 @@ mkdir -p {savepoints_path}
tar -xzf flink-*.tgz
```
-[下载](https://https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-filesystem-test-utils/)
test-filesystem 连接器, 并将其放入 lib 目录:
+[下载](https://repo1.maven.org/maven2/org/apache/flink/flink-table-filesystem-test-utils/1.20.0/flink-table-filesystem-test-utils-1.20.0.jar)
test-filesystem 连接器, 并将其放入 lib 目录:
Review Comment:
I think we cannot specify a specific version here because with the changes
in versions, subsequent versions may not necessarily be compatible with version
1.20. Therefore, we specify a basic link here, and users can choose the
corresponding version as needed. Can we add some explanatory notes here?
--
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]