Skip to content

Commit

Permalink
[hotfix][docs] Fix hypelink typo in connect.md and connect.zh.md
Browse files Browse the repository at this point in the history
This closes apache#12936
  • Loading branch information
klion26 committed Jul 22, 2020
1 parent be9be0c commit e9bf0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/table/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ schema: ...

The table's type (`source`, `sink`, or `both`) determines how a table is registered. In case of table type `both`, both a table source and table sink are registered under the same name. Logically, this means that we can both read and write to such a table similarly to a table in a regular DBMS.

For streaming queries, an [update mode](connect.html#update-mode) declares how to communicate between a dynamic table and the storage system for continuous queries. The connector might already provide a default update mode, e.g. Kafka connector works in append mode by default.
For streaming queries, an [update mode](connect.html#update-modes) declares how to communicate between a dynamic table and the storage system for continuous queries. The connector might already provide a default update mode, e.g. Kafka connector works in append mode by default.

The following code shows a full example of how to connect to Kafka for reading Json records.

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/table/connect.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ schema: ...

The table's type (`source`, `sink`, or `both`) determines how a table is registered. In case of table type `both`, both a table source and table sink are registered under the same name. Logically, this means that we can both read and write to such a table similarly to a table in a regular DBMS.

For streaming queries, an [update mode](connect.html#update-mode) declares how to communicate between a dynamic table and the storage system for continuous queries. The connector might already provide a default update mode, e.g. Kafka connector works in append mode by default.
For streaming queries, an [update mode](connect.html#update-modes) declares how to communicate between a dynamic table and the storage system for continuous queries. The connector might already provide a default update mode, e.g. Kafka connector works in append mode by default.

The following code shows a full example of how to connect to Kafka for reading Json records.

Expand Down

0 comments on commit e9bf0fb

Please sign in to comment.