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 dbda6df3ac8 opt (#336)
dbda6df3ac8 is described below
commit dbda6df3ac8bd99d45fc3d0798cf8eba7f0c6425
Author: KassieZ <[email protected]>
AuthorDate: Fri Nov 10 18:49:13 2023 +0800
opt (#336)
---
src/pages/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 23914505e43..6a52091e9fe 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -23,7 +23,7 @@ export default function Home(): JSX.Element {
},
{
label: <Translate id="homepage.banner.button1">Get
Started</Translate>,
- link: '/learning',
+ link: '/docs/get-starting/what-is-apache-doris',
type: 'ghost',
},
{
@@ -251,7 +251,7 @@ export default function Home(): JSX.Element {
<Link className="start-btn download-btn"
to="/download">
<Translate
id="homepage.start.downloadButton">Download</Translate>
</Link>
- <Link className="start-btn docs-btn"
to="/learning">
+ <Link className="start-btn docs-btn"
to="/docs/get-starting/what-is-apache-doris">
<Translate id="homepage.start.docsButton">Go
to Docs</Translate>
</Link>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]