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

kerwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new e3cdc1b81 [doc] fix the hyperlink in the description of cdc module 
"--computed-column" cannot be jumped (#2192)
e3cdc1b81 is described below

commit e3cdc1b810fa8e47d1b5e0e0c40dfc2f0d74c70a
Author: GuangfuYang <[email protected]>
AuthorDate: Sun Oct 29 18:03:00 2023 +0800

    [doc] fix the hyperlink in the description of cdc module 
"--computed-column" cannot be jumped (#2192)
---
 docs/layouts/shortcodes/generated/kafka_sync_table.html   | 2 +-
 docs/layouts/shortcodes/generated/mongodb_sync_table.html | 2 +-
 docs/layouts/shortcodes/generated/mysql_sync_table.html   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/layouts/shortcodes/generated/kafka_sync_table.html 
b/docs/layouts/shortcodes/generated/kafka_sync_table.html
index a4e3e42df..a7ed0fc44 100644
--- a/docs/layouts/shortcodes/generated/kafka_sync_table.html
+++ b/docs/layouts/shortcodes/generated/kafka_sync_table.html
@@ -51,7 +51,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--computed-column</h5></td>
-        <td>The definitions of computed columns. The argument field is from 
Kafka topic's table field name. See <a href="#computed-functions">here</a> for 
a complete list of configurations. </td>
+        <td>The definitions of computed columns. The argument field is from 
Kafka topic's table field name. See <a 
href="../overview/#computed-functions">here</a> for a complete list of 
configurations. </td>
     </tr>
     <tr>
         <td><h5>--kafka-conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mongodb_sync_table.html 
b/docs/layouts/shortcodes/generated/mongodb_sync_table.html
index 384bd6e35..3256eecc7 100644
--- a/docs/layouts/shortcodes/generated/mongodb_sync_table.html
+++ b/docs/layouts/shortcodes/generated/mongodb_sync_table.html
@@ -43,7 +43,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--computed-column</h5></td>
-        <td>The definitions of computed columns. The argument field is from 
MongoDB collection field name. See <a href="#computed-functions">here</a> for a 
complete list of configurations. </td>
+        <td>The definitions of computed columns. The argument field is from 
MongoDB collection field name. See <a 
href="../overview/#computed-functions">here</a> for a complete list of 
configurations. </td>
     </tr>
     <tr>
         <td><h5>--mongodb-conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_table.html 
b/docs/layouts/shortcodes/generated/mysql_sync_table.html
index 471153cdd..373818e14 100644
--- a/docs/layouts/shortcodes/generated/mysql_sync_table.html
+++ b/docs/layouts/shortcodes/generated/mysql_sync_table.html
@@ -61,7 +61,7 @@ under the License.
     </tr>
     <tr>
         <td><h5>--computed-column</h5></td>
-        <td>The definitions of computed columns. The argument field is from 
MySQL table field name. See <a href="#computed-functions">here</a> for a 
complete list of configurations. </td>
+        <td>The definitions of computed columns. The argument field is from 
MySQL table field name. See <a href="../overview/#computed-functions">here</a> 
for a complete list of configurations. </td>
     </tr>
     <tr>
         <td><h5>--metadata-column</h5></td>

Reply via email to