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

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 824889c  change stable to latest (#38)
824889c is described below

commit 824889c2391bbb798040dc53950be1d79cc81b84
Author: ulysses <[email protected]>
AuthorDate: Wed Feb 23 16:44:56 2022 +0800

    change stable to latest (#38)
---
 layouts/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index e2ce076..9c8a302 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -20,9 +20,9 @@
         {{.Content}}
         {{end}}
         <p>
-          <a class="btn btn-success btn-lg" href="docs/stable/quick_start" 
role="button">Getting started &raquo;</a>
+          <a class="btn btn-success btn-lg" href="docs/latest/quick_start" 
role="button">Getting started &raquo;</a>
           <a class="btn btn-warning btn-lg" href="releases.html" 
role="button">Download &raquo;</a>
-          <a class="btn btn-primary btn-lg" href="docs/stable" 
role="button">Learn more &raquo;</a>
+          <a class="btn btn-primary btn-lg" href="docs/latest" 
role="button">Learn more &raquo;</a>
         </p>
       </div>
     </div>

Reply via email to