From 378f7bfad92408ff425335c2a2377b433e4e312f Mon Sep 17 00:00:00 2001 From: donPain Date: Tue, 10 Dec 2024 10:32:47 -0300 Subject: [PATCH] Fix missing url in Avro Docs. --- docs/content.zh/docs/connectors/table/formats/avro-confluent.md | 2 +- docs/content.zh/docs/connectors/table/formats/avro.md | 2 +- docs/content/docs/connectors/table/formats/avro-confluent.md | 2 +- docs/content/docs/connectors/table/formats/avro.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content.zh/docs/connectors/table/formats/avro-confluent.md b/docs/content.zh/docs/connectors/table/formats/avro-confluent.md index fdc79540b0dd5..70e568222fc04 100644 --- a/docs/content.zh/docs/connectors/table/formats/avro-confluent.md +++ b/docs/content.zh/docs/connectors/table/formats/avro-confluent.md @@ -291,4 +291,4 @@ Format 参数 除了此处列出的类型之外,Flink 还支持读取/写入可为空(nullable)的类型。 Flink 将可为空的类型映射到 Avro `union(something, null)`, 其中 `something` 是从 Flink 类型转换的 Avro 类型。 -您可以参考 [Avro Specification](https://avro.apache.org/docs/current/spec.html) 以获取有关 Avro 类型的更多信息。 +您可以参考 [Avro Specification](https://avro.apache.org/docs/++version++/specification/) 以获取有关 Avro 类型的更多信息。 diff --git a/docs/content.zh/docs/connectors/table/formats/avro.md b/docs/content.zh/docs/connectors/table/formats/avro.md index d2781212e063b..e97107b9b06c9 100644 --- a/docs/content.zh/docs/connectors/table/formats/avro.md +++ b/docs/content.zh/docs/connectors/table/formats/avro.md @@ -204,4 +204,4 @@ Format 参数 除了上面列出的类型,Flink 支持读取/写入 nullable 的类型。Flink 将 nullable 的类型映射到 Avro `union(something, null)`,其中 `something` 是从 Flink 类型转换的 Avro 类型。 -您可以参考 [Avro 规范](https://avro.apache.org/docs/current/spec.html) 获取更多有关 Avro 类型的信息。 +您可以参考 [Avro 规范](https://avro.apache.org/docs/++version++/specification/) 获取更多有关 Avro 类型的信息。 diff --git a/docs/content/docs/connectors/table/formats/avro-confluent.md b/docs/content/docs/connectors/table/formats/avro-confluent.md index 03a84771356f9..c2fb1bc471786 100644 --- a/docs/content/docs/connectors/table/formats/avro-confluent.md +++ b/docs/content/docs/connectors/table/formats/avro-confluent.md @@ -298,4 +298,4 @@ See the [Apache Avro Format]({{< ref "docs/connectors/table/formats/avro" >}}#da In addition to the types listed there, 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. diff --git a/docs/content/docs/connectors/table/formats/avro.md b/docs/content/docs/connectors/table/formats/avro.md index 0665271c55573..023f788107f3f 100644 --- a/docs/content/docs/connectors/table/formats/avro.md +++ b/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.