You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by bl...@apache.org on 2019/08/14 21:22:55 UTC

[flink] branch master updated: [docs] Broken links in Hive documentation

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

bli 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 e5dd9bc  [docs] Broken links in Hive documentation
e5dd9bc is described below

commit e5dd9bcd71201d50d68c6932d438e6e196ea466e
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Tue Aug 13 19:04:44 2019 -0400

    [docs] Broken links in Hive documentation
    
    This closes #9435.
---
 docs/dev/table/hive/index.md    | 2 +-
 docs/dev/table/hive/index.zh.md | 2 +-
 docs/dev/table/sqlClient.md     | 2 +-
 docs/dev/table/sqlClient.zh.md  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/dev/table/hive/index.md b/docs/dev/table/hive/index.md
index ebafb1a..89511f3 100644
--- a/docs/dev/table/hive/index.md
+++ b/docs/dev/table/hive/index.md
@@ -130,7 +130,7 @@ To integrate with Hive users need the following dependencies in their project.
 
 ## Connecting To Hive
 
-Connect to an existing Hive installation using the Hive [Catalog]({{ site.baseurl }}/dev/table/catalog.html) through the table environment or YAML configuration.
+Connect to an existing Hive installation using the Hive [Catalog]({{ site.baseurl }}/dev/table/catalogs.html) through the table environment or YAML configuration.
 
 <div class="codetabs" markdown="1">
 <div data-lang="Java" markdown="1">
diff --git a/docs/dev/table/hive/index.zh.md b/docs/dev/table/hive/index.zh.md
index 0433a9b..ab86482 100644
--- a/docs/dev/table/hive/index.zh.md
+++ b/docs/dev/table/hive/index.zh.md
@@ -130,7 +130,7 @@ To integrate with Hive users need the following dependencies in their project.
 
 ## Connecting To Hive
 
-Connect to an existing Hive installation using the Hive [Catalog]({{ site.baseurl }}/dev/table/catalog.html) through the table environment or YAML configuration.
+Connect to an existing Hive installation using the Hive [Catalog]({{ site.baseurl }}/dev/table/catalogs.html) through the table environment or YAML configuration.
 
 <div class="codetabs" markdown="1">
 <div data-lang="Java" markdown="1">
diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index 059cd94..24c63cb 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -464,7 +464,7 @@ execution:
    current-database: mydb1
 {% endhighlight %}
 
-For more information about catalog, see [Catalogs]({{ site.baseurl }}/dev/table/catalog.html).
+For more information about catalogs, see [Catalogs]({{ site.baseurl }}/dev/table/catalogs.html).
 
 Detached SQL Queries
 --------------------
diff --git a/docs/dev/table/sqlClient.zh.md b/docs/dev/table/sqlClient.zh.md
index b942bf7..689ef67 100644
--- a/docs/dev/table/sqlClient.zh.md
+++ b/docs/dev/table/sqlClient.zh.md
@@ -464,7 +464,7 @@ execution:
    current-database: mydb1
 {% endhighlight %}
 
-For more information about catalog, see [Catalogs]({{ site.baseurl }}/dev/table/catalog.html).
+For more information about catalogs, see [Catalogs]({{ site.baseurl }}/dev/table/catalogs.html).
 
 Detached SQL Queries
 --------------------