This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 13056506b02 [hotfix] [docs] Fix documentation hyperlink to table 
formats
13056506b02 is described below

commit 13056506b02e8f1eef403af27b42bd3f01fc8a26
Author: novakov-alexey <[email protected]>
AuthorDate: Wed Apr 12 22:14:25 2023 +0200

    [hotfix] [docs] Fix documentation hyperlink to table formats
    
    Fix Markdown syntax for hyperlink to the Flink documentation
---
 docs/content/docs/connectors/table/formats/debezium.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/connectors/table/formats/debezium.md 
b/docs/content/docs/connectors/table/formats/debezium.md
index f69e3dc5d8f..9e2f60f23a6 100644
--- a/docs/content/docs/connectors/table/formats/debezium.md
+++ b/docs/content/docs/connectors/table/formats/debezium.md
@@ -481,5 +481,5 @@ See more details in [Debezium Documentation for PostgreSQL 
REPLICA IDENTITY](htt
 Data Type Mapping
 ----------------
 
-Currently, the Debezium format uses JSON and Avro format for serialization and 
deserialization. Please refer to [JSON Format documentation]({{< ref 
"docs/connectors/table/formats/json" >}}#data-type-mapping) and [Confluent Avro 
Format documentation]({< ref "docs/connectors/table/formats/avro-confluent" 
>}}#data-type-mapping) for more details about the data type mapping.
+Currently, the Debezium format uses JSON and Avro format for serialization and 
deserialization. Please refer to [JSON Format documentation]({{< ref 
"docs/connectors/table/formats/json" >}}#data-type-mapping) and [Confluent Avro 
Format documentation]({{< ref "docs/connectors/table/formats/avro-confluent" 
>}}#data-type-mapping) for more details about the data type mapping.
 

Reply via email to