You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/04 09:32:36 UTC

[flink] branch master updated: [hotfix][docs][kafka] Fix typo

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

chesnay 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 96d6979  [hotfix][docs][kafka] Fix typo
96d6979 is described below

commit 96d6979c3981b54e5230fb164acd64dd4a52ec3a
Author: Matt <wa...@163.com>
AuthorDate: Fri Jan 4 17:32:26 2019 +0800

    [hotfix][docs][kafka] Fix typo
---
 docs/dev/connectors/kafka.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/connectors/kafka.md b/docs/dev/connectors/kafka.md
index 351a4dc..b7f65b5 100644
--- a/docs/dev/connectors/kafka.md
+++ b/docs/dev/connectors/kafka.md
@@ -91,7 +91,7 @@ For most users, the `FlinkKafkaConsumer08` (part of `flink-connector-kafka`) is
         The version of the client it uses may change between Flink releases.
         Modern Kafka clients are backwards compatible with broker versions 0.10.0 or later.
         However for Kafka 0.11.x and 0.10.x versions, we recommend using dedicated
-        flink-connector-kafka-0.11{{ site.scala_version_suffix }} and link-connector-kafka-0.10{{ site.scala_version_suffix }} respectively.
+        flink-connector-kafka-0.11{{ site.scala_version_suffix }} and flink-connector-kafka-0.10{{ site.scala_version_suffix }} respectively.
         <div class="alert alert-warning">
           <strong>Attention:</strong> as of Flink 1.7 the universal Kafka connector is considered to be
           in a <strong>BETA</strong> status and might not be as stable as the 0.11 connector.