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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 700f31c2b5b [typo](docs)Fix jump link 404 in jdbc load.md (#128)
700f31c2b5b is described below

commit 700f31c2b5b14368938aa00f0d23b0c2130b3c2b
Author: yuanyuan8983 <99315889+yuanyuan8...@users.noreply.github.com>
AuthorDate: Sun Oct 9 09:34:52 2022 +0800

    [typo](docs)Fix jump link 404 in jdbc load.md (#128)
    
    * [typo](docs)Fix jump link 404
---
 docs/data-operate/import/import-scenes/jdbc-load.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data-operate/import/import-scenes/jdbc-load.md 
b/docs/data-operate/import/import-scenes/jdbc-load.md
index 5dc6a2fd5c6..a74f1c9a6b7 100644
--- a/docs/data-operate/import/import-scenes/jdbc-load.md
+++ b/docs/data-operate/import/import-scenes/jdbc-load.md
@@ -160,4 +160,4 @@ Please note the following:
 
    As mentioned earlier, we recommend that when using INSERT to import data, 
use the "batch" method to import, rather than a single insert.
 
-   At the same time, we can set a Label for each INSERT operation. Through the 
[Label mechanism](./load-atomicity.html#label-mechanism), the idempotency and 
atomicity of operations can be guaranteed, and the data will not be lost or 
heavy in the end. For the specific usage of Label in INSERT, you can refer to 
the 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
 document.
+   At the same time, we can set a Label for each INSERT operation. Through the 
[Label mechanism](./load-atomicity.md#label-mechanism), the idempotency and 
atomicity of operations can be guaranteed, and the data will not be lost or 
heavy in the end. For the specific usage of Label in INSERT, you can refer to 
the 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
 document.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to