donPain commented on code in PR #25769: URL: https://github.com/apache/flink/pull/25769#discussion_r1882539224
########## docs/content/docs/connectors/table/formats/avro.md: ########## @@ -218,4 +218,4 @@ So the following table lists the type mapping from Flink type to Avro type. In addition to the types listed above, Flink supports reading/writing nullable types. Flink maps nullable types to Avro `union(something, null)`, where `something` is the Avro type converted from Flink type. -You can refer to [Avro Specification](https://avro.apache.org/docs/current/spec.html) for more information about Avro types. +You can refer to [Avro Specification](https://avro.apache.org/docs/++version++/specification/) for more information about Avro types. Review Comment: Good point, I changed all values from version "1.10.0" to "++version++". -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org