fix(nx-dev): bad link from home page (#27475)

Fixes #27417
This commit is contained in:
Isaac Mann 2024-08-16 08:02:35 -04:00 committed by GitHub
parent 0b2f4527d9
commit e7a9f36762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export interface CTAProps {
export function CallToAction({
mainActionTitle = 'Get started with Nx',
mainActionLinkText = 'Get started',
mainActionLink = '/docs',
mainActionLink = '/getting-started/intro',
}: CTAProps): JSX.Element {
return (
<section className="relative isolate px-6 py-32 sm:py-40 lg:px-8">

View File

@ -66,7 +66,7 @@ export function TeamAndCommunity(): JSX.Element {
<div className="group/item relative flex items-center gap-2 rounded-xl border border-slate-100 p-4 transition hover:text-slate-950 dark:border-slate-800/60 dark:hover:text-white">
<DocumentIcon aria-hidden="true" className="size-6 shrink-0" />
<Link
href="/docs?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_team_and_community"
href="/getting-started/intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_team_and_community"
className="grow text-base"
prefetch={false}
>