fix: broken link

This commit is contained in:
Jacob Nguyen
2022-08-13 16:48:29 -05:00
parent e19b5e345e
commit 4e66d27350

View File

@@ -24,7 +24,7 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<Link
className="button button--secondary button--lg"
to="https://sern-handler.js.org/guide/walkthrough/cli">
to="https://sern-handler.js.org/docs/guide/walkthrough/cli">
sern init
</Link>
</div>