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 adda5962482 [fix] doc index link (#247) adda5962482 is described below commit adda5962482d42f5dc04a7073a1830f977ab1a69 Author: Xinxing <49302071+xinxi...@users.noreply.github.com> AuthorDate: Wed Jun 21 17:11:18 2023 +0800 [fix] doc index link (#247) --- 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 ccc78051dc8..bc67cdbd6cd 100644 --- a/src/pages/learning/index.tsx +++ b/src/pages/learning/index.tsx @@ -126,7 +126,7 @@ const sitemapList = [ }, { title: <Translate>Sequence Column</Translate>, - link: '/docs/dev/data-table/best-practice', + link: '/docs/dev/data-operate/update-delete/sequence-column-manual', }, ], }, @@ -148,11 +148,11 @@ const sitemapList = [ }, { title: <Translate>Join Optimization</Translate>, - link: '/docs/dev/advanced/join-optimization/doris-join-optimization', + link: '/docs/dev/query-acceleration/join-optimization/doris-join-optimization', }, { title: <Translate>Materialized view</Translate>, - link: '/docs/dev/advanced/materialized-view', + link: '/docs/dev/query-acceleration/materialized-view', }, { title: <Translate>BITMAP Precise De-duplication</Translate>, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org