Skip to content

Commit

Permalink
Fix homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 7, 2023
1 parent 32355f3 commit 7c3dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className={clsx('button', styles.btn, styles.btnPromote)}
to="/vest-5-is-ready"
to="/docs/get_started"
>
Quick Start Guide
</Link>
Expand Down

2 comments on commit 7c3dd64

@vercel
Copy link

@vercel vercel bot commented on 7c3dd64 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

www.vestjs.dev
vestjs.dev
vest-ealush.vercel.app
vest.vercel.app
vest-git-latest-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7c3dd64 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next-git-latest-ealush.vercel.app
vest-next.vercel.app
vest-website.vercel.app
vest-next-ealush.vercel.app

Please sign in to comment.