This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/latest by this push:
new 61f23c53 [latest] Update Doris url in latest docs site (#145)
61f23c53 is described below
commit 61f23c53398600f99ae1bea687c3c5ce326c72d7
Author: Samuel Redai <[email protected]>
AuthorDate: Thu Aug 25 11:52:34 2022 -0400
[latest] Update Doris url in latest docs site (#145)
This fixes the broken link for Doris on the `latest` branch
---
docs/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config.toml b/docs/config.toml
index 739bc138..e95ae31d 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -63,7 +63,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-create-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.html"
},
+ { name = "Doris", identifier = "_doris", weight = 1001, url =
"https://doris.apache.org/docs/ecosystem/external-table/iceberg-of-doris" },
{ name = "Integrations", weight = 1100 },
{ name = "API", weight = 1200},
{ name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight
= 1300} # `url` is populated by the github deploy workflow and is equal to
"../../javadoc/<branch name>"