You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zy...@apache.org on 2023/06/27 02:49:53 UTC

[doris] branch branch-1.2-lts updated: [typo](docs) modify errors in release-1.2 documentation (#21213)

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

zykkk pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 4740e715f1 [typo](docs) modify errors in release-1.2 documentation (#21213)
4740e715f1 is described below

commit 4740e715f185cf13127526aa918997399c8140bc
Author: Euporia <31...@users.noreply.github.com>
AuthorDate: Tue Jun 27 10:49:46 2023 +0800

    [typo](docs) modify errors in release-1.2 documentation (#21213)
---
 docs/zh-CN/docs/releasenotes/release-1.2.0.md                       | 4 ++--
 .../Data-Manipulation-Statements/Manipulation/DELETE.md             | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/zh-CN/docs/releasenotes/release-1.2.0.md b/docs/zh-CN/docs/releasenotes/release-1.2.0.md
index 6c2228b3d3..267ba6a798 100644
--- a/docs/zh-CN/docs/releasenotes/release-1.2.0.md
+++ b/docs/zh-CN/docs/releasenotes/release-1.2.0.md
@@ -183,9 +183,9 @@ Multi-Catalog 多源数据目录功能的目标在于能够帮助用户更方便
 
 支持 DataV2 日期类型和 DatatimeV2 日期时间类型,相较于原有的 Data 和 Datatime 效率更高且支持最多到微秒的时间精度,建议使用新版日期类型。
 
-文档:[https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Data-Types/DATETIMEV2/](https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Data-Types/DATETIMEV2/)
+文档:[https://doris.apache.org/zh-CN/docs/1.2/sql-manual/sql-reference/Data-Types/DATETIMEV2](https://doris.apache.org/zh-CN/docs/1.2/sql-manual/sql-reference/Data-Types/DATETIMEV2)
 
-  [https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Data-Types/DATEV2](https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Data-Types/DATEV2)
+  [https://doris.apache.org/zh-CN/docs/1.2/sql-manual/sql-reference/Data-Types/DATEV2](https://doris.apache.org/zh-CN/docs/1.2/sql-manual/sql-reference/Data-Types/DATEV2)
 
 影响范围:
   1. 用户需要在建表时指定 DateV2 和 DatetimeV2,原有表的 Date 以及 Datetime 不受影响。
diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
index 56017fa228..81b286d3ea 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/DELETE.md
@@ -139,9 +139,9 @@ PROPERTIES('replication_num'='1');
 
 -- 插入数据
 INSERT INTO t1 VALUES
-  (1, 1, '1', 1.0, '2000-01-01', '2000-01-01'),
-  (2, 2, '2', 2.0, '2000-01-02', '2000-01-02'),
-  (3, 3, '3', 3.0, '2000-01-03', '2000-01-03');
+  (1, 1, '1', 1.0, '2000-01-01'),
+  (2, 2, '2', 2.0, '2000-01-02'),
+  (3, 3, '3', 3.0, '2000-01-03');
 
 INSERT INTO t2 VALUES
   (1, 10, '10', 10.0, '2000-01-10'),


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