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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 44134671cae Fix 404 on home page (#300)
44134671cae is described below
commit 44134671cae5955de1604a675b463dc9cfb954d7
Author: KassieZ <[email protected]>
AuthorDate: Fri Sep 1 15:57:55 2023 +0800
Fix 404 on home page (#300)
---
src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index de3c2129198..23914505e43 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -175,7 +175,7 @@ export default function Home(): JSX.Element {
}
footer={
<More
- link="/docs/dev/summary/basic-summary"
+ link="docs/dev/get-starting/what-is-apache-doris"
text={
<Translate id="homepage.more"
description="more link">
More
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]