This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 216934a  `Get Started` and `Documentation` links to QuickStart
216934a is described below

commit 216934a87cb7c0bfd7504d3f6d909c23b0187607
Author: zky.zhoukeyong <[email protected]>
AuthorDate: Sun Jul 23 00:28:21 2023 +0800

    `Get Started` and `Documentation` links to QuickStart
---
 docs/overrides/home.html | 2 +-
 mkdocs.yml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/overrides/home.html b/docs/overrides/home.html
index 396cca3..ead43b9 100644
--- a/docs/overrides/home.html
+++ b/docs/overrides/home.html
@@ -229,7 +229,7 @@
             Celeborn is an intermediate data service for Big Data compute 
engines (i.e. ETL, OLAP and Streaming engines)
             to boost performance, stability, and flexibility. Intermediate 
data typically include shuffle and spilled data.
           </p>
-          <a href="/docs/latest/configuration/" title="Get Started" 
class="md-button md-button--primary">
+          <a href="/docs/latest/" title="Get Started" class="md-button 
md-button--primary">
             Get Started
           </a>
           <a href="{{ config.repo_url }}" title="{{ 
lang.t('source.link.title') }}" class="md-button">
diff --git a/mkdocs.yml b/mkdocs.yml
index 9a448f9..60a8f2d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -77,7 +77,7 @@ copyright: >
 nav:
   - Home: index.md
   - Download: download.md
-  - Documentation: https://celeborn.apache.org/docs/latest/configuration/
+  - Documentation: https://celeborn.apache.org/docs/latest/
   - Community:
       - Join the Mailing Lists: community/maillist.md
       - Project Management Committee: community/project_management_committee.md

Reply via email to