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 8a6a4b82aa [typo](docs) Add a hyperlink to facilitate user redirect.
(#17563)
8a6a4b82aa is described below
commit 8a6a4b82aa400e7b70eb1790a1d7d97b00763889
Author: yagagagaga <[email protected]>
AuthorDate: Thu Mar 9 09:47:10 2023 +0800
[typo](docs) Add a hyperlink to facilitate user redirect. (#17563)
---
docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md | 2 +-
.../zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
b/docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
index e5dfb6cefc..bcb6371efd 100644
--- a/docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
+++ b/docs/en/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
@@ -86,7 +86,7 @@ There are two extra functions to check field existence and
type
### example
-refer to jsonb tutorial for more.
+refer to [jsonb tutorial](../../sql-reference/Data-Types/JSONB.md) for more.
### keywords
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
index 56bb818755..7ec10a27d1 100644
--- a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
+++ b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/jsonb_extract.md
@@ -83,7 +83,7 @@ jsonb_extract是一系列函数,从JSONB类型的数据中提取json_path指
### example
-参考jsonb tutorial中的示例
+参考 [jsonb tutorial](../../sql-reference/Data-Types/JSONB.md) 中的示例
### keywords
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]