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

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git


The following commit(s) were added to refs/heads/main by this push:
     new 5768b29  [hotfix][docs] Fix shortcode reference
5768b29 is described below

commit 5768b291af1843814dafc95c47034ab9fdad934f
Author: Danny Cranmer <dannycran...@apache.org>
AuthorDate: Mon Dec 12 14:52:35 2022 +0000

    [hotfix][docs] Fix shortcode reference
---
 docs/content/docs/connectors/table/dynamodb.md | 2 +-
 docs/content/docs/connectors/table/firehose.md | 2 +-
 docs/content/docs/connectors/table/kinesis.md  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/content/docs/connectors/table/dynamodb.md 
b/docs/content/docs/connectors/table/dynamodb.md
index 283a8a1..bb35b39 100644
--- a/docs/content/docs/connectors/table/dynamodb.md
+++ b/docs/content/docs/connectors/table/dynamodb.md
@@ -35,7 +35,7 @@ The DynamoDB connector allows for writing data into [Amazon 
DynamoDB](https://aw
 Dependencies
 ------------
 
-{{< sql_connector_download_table "dynamodb" 4.0.0 }}
+{{< sql_connector_download_table "dynamodb" 4.0.0 >}}
 
 How to create a DynamoDB table
 -----------------------------------------
diff --git a/docs/content/docs/connectors/table/firehose.md 
b/docs/content/docs/connectors/table/firehose.md
index 8823c99..5591b77 100644
--- a/docs/content/docs/connectors/table/firehose.md
+++ b/docs/content/docs/connectors/table/firehose.md
@@ -35,7 +35,7 @@ The Kinesis Data Firehose connector allows for writing data 
into [Amazon Kinesis
 Dependencies
 ------------
 
-{{< sql_connector_download_table "firehose" 4.0.0 }}
+{{< sql_connector_download_table "firehose" 4.0.0 >}}
 
 How to create a Kinesis Data Firehose table
 -----------------------------------------
diff --git a/docs/content/docs/connectors/table/kinesis.md 
b/docs/content/docs/connectors/table/kinesis.md
index 18e7362..802376b 100644
--- a/docs/content/docs/connectors/table/kinesis.md
+++ b/docs/content/docs/connectors/table/kinesis.md
@@ -35,7 +35,7 @@ The Kinesis connector allows for reading data from and 
writing data into [Amazon
 Dependencies
 ------------
 
-{{< sql_connector_download_table "kinesis" 4.0.0 }}
+{{< sql_connector_download_table "kinesis" 4.0.0 >}}
 
 The Kinesis connector is not part of the binary distribution.
 See how to link with it for cluster execution [here]({{< ref 
"docs/dev/configuration/overview" >}}).

Reply via email to