You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by da...@apache.org on 2022/12/12 14:53:11 UTC

[flink-connector-aws] branch v4.0 updated: [hotfix][docs] Fix shortcode reference

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

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


The following commit(s) were added to refs/heads/v4.0 by this push:
     new a08389f  [hotfix][docs] Fix shortcode reference
a08389f is described below

commit a08389f0aac3acd1a678696e3d63dde2d41d67bf
Author: Danny Cranmer <da...@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" >}}).