This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch doc5.0
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/doc5.0 by this push:
new 9578d2f93e Fix url in main page
9578d2f93e is described below
commit 9578d2f93ef88f0e5896ce94d6d5a7fd7e6dbca4
Author: XiaoxiangYu <[email protected]>
AuthorDate: Mon Nov 28 18:20:39 2022 +0800
Fix url in main page
---
website/src/pages/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 76efb24865..be01856c94 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
- to="/docs/quickstart/intro">
+ to="/docs/quickstart/deploy_kylin">
Pull Kylin 5.0 Docker for quick start. ⏱️
</Link>
</div>