This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 c13702133f3 fix link (#218)
c13702133f3 is described below
commit c13702133f3fc59bdd81046642dd5c53122252ed
Author: fornaix <[email protected]>
AuthorDate: Thu May 4 14:29:34 2023 +0800
fix link (#218)
---
src/pages/learning/index.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/learning/index.tsx b/src/pages/learning/index.tsx
index c437c9c20c8..ccc78051dc8 100644
--- a/src/pages/learning/index.tsx
+++ b/src/pages/learning/index.tsx
@@ -22,11 +22,11 @@ const sitemapList = [
},
{
title: <Translate>Installation and deployment</Translate>,
- link: '/docs/dev/install/install-deploy',
+ link: '/docs/dev/install/standard-deployment',
},
{
title: <Translate>Compilation</Translate>,
- link: '/docs/dev/install/source-install/compilation',
+ link: '/docs/dev/install/source-install/compilation-general',
},
],
},
@@ -190,7 +190,7 @@ const sitemapList = [
},
{
title: <Translate>Seatunnel Connector</Translate>,
- link: '/docs/dev/ecosystem/seatunnel/flink-sink',
+ link: '/docs/dev/ecosystem/seatunnel',
},
{
title: <Translate>DataX doriswriter</Translate>,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]