This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-patch-docs in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
commit 8cce672c1e009d5eb39d4a6360d2c7944d61a81a Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Aug 25 16:01:00 2022 +0200 Docs: Fix link of Doris --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 0767ce7f..272200cd 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>"
