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

blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 82aa9fcd Update the doris doc url (#197)
82aa9fcd is described below

commit 82aa9fcd11eab23315242cd6a9fda46e92d998a0
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Jan 30 04:07:52 2023 +0800

    Update the doris doc url (#197)
---
 docs/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/config.toml b/docs/config.toml
index 474d10b9..0144eb26 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -66,7 +66,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Amazon Athena", identifier = "_athena", weight = 800, url = 
"https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html"; },
     { name = "Amazon EMR", identifier = "_emr", weight = 900, url = 
"https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html";
 },
     { name = "Impala", identifier = "_impala", weight = 1000, url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html"; },
-    { name = "Doris", identifier = "_doris", weight = 1001, url = 
"https://doris.apache.org/docs/ecosystem/external-table/iceberg-of-doris"; },
+    { name = "Doris", identifier = "_doris", weight = 1001, url = 
"https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg"; },
     { name = "PyIceberg", identifier = "_python", weight = 1400, url = 
"https://py.iceberg.apache.org/"},
     { name = "Integrations", weight = 1100 },
     { name = "API", weight = 1200},

Reply via email to