Skip to content

Commit 55f8e33

Browse files
committed
fix start now link homepage
1 parent 09808ad commit 55f8e33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import Link from "@docusaurus/Link";
22
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
33
import HomepageFeatures from "@site/src/components/HomepageFeatures";
4+
import HomepageSocials from "@site/src/components/HomepageSocials";
5+
import HeroImage from "@site/static/img/hero-illustration.svg";
46
import Heading from "@theme/Heading";
57
import Layout from "@theme/Layout";
68
import clsx from "clsx";
79
import type { ReactNode } from "react";
8-
import HeroImage from "@site/static/img/hero-illustration.svg";
9-
import HomepageSocials from "@site/src/components/HomepageSocials";
1010

1111
import styles from "./index.module.css";
1212

@@ -53,7 +53,7 @@ function HomepageHeader() {
5353
<span className={styles.green}>bash</span>
5454
</code>
5555
<div className={styles.buttons}>
56-
<Link className="button button--lg" to="/docs/introduction">
56+
<Link className="button button--lg" to="/docs">
5757
start now
5858
</Link>
5959
</div>

0 commit comments

Comments
 (0)