Skip to content

Commit 6869b85

Browse files
authored
Fix link to Tailwind CLI tab on Framework Guides page (#2153)
I noticed that the Tailwind CLI link at the bottom of the framework guides page does not work. This PR fixes that by changing the link from `/docs/installation` to `/docs/installation/tailwind-cli`.
1 parent a895a6d commit 6869b85

File tree

1 file changed

+1
-1
lines changed
  • src/app/(docs)/docs/installation/(tabs)/framework-guides

1 file changed

+1
-1
lines changed

src/app/(docs)/docs/installation/(tabs)/framework-guides/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default async function FrameworkGuides() {
3737
</ul>
3838
<div className="my-4 md:my-16">
3939
<Cta>
40-
Don't see your framework of choice? Try using the <Link href="/docs/installation">Tailwind CLI</Link>, the{" "}
40+
Don't see your framework of choice? Try using the <Link href="/docs/installation/tailwind-cli">Tailwind CLI</Link>, the{" "}
4141
<Link href="/docs/installation/using-vite">Vite plugin</Link>, or the{" "}
4242
<Link href="/docs/installation/using-postcss">PostCSS plugin</Link> instead.
4343
</Cta>

0 commit comments

Comments
 (0)