This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 49a053b3da [typo](docs) Add a hyperlink to facilitate user redirect.
(#17899)
49a053b3da is described below
commit 49a053b3da358d5481a60b132b0bf7dc1e20345d
Author: yagagagaga <[email protected]>
AuthorDate: Sat Mar 18 21:21:36 2023 +0800
[typo](docs) Add a hyperlink to facilitate user redirect. (#17899)
---
.../en/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md | 2 +-
.../docs/sql-manual/sql-functions/date-time-functions/str_to_date.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
b/docs/en/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
index 72a5e2fb81..c126ccd70a 100644
--- a/docs/en/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
+++ b/docs/en/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
@@ -33,7 +33,7 @@ under the License.
Convert STR to DATE type by format specified, if the conversion result does
not return NULL
-The format format supported is consistent with date_format
+The `format` supported is consistent with [date_format](date_format.md)
### example
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
b/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
index ffa2c65d78..53fbf781e6 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/str_to_date.md
@@ -32,7 +32,7 @@ under the License.
通过format指定的方式将str转化为DATE类型,如果转化结果不对返回NULL
-支持的format格式与date_format一致
+支持的format格式与[date_format](date_format.md)一致
### example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]