Skip to content

Commit f39b995

Browse files
bcabanesjuristr
authored andcommittedSep 3, 2024··
fix(nx-dev): change connect to nx cloud link in home page
1 parent c4c8b01 commit f39b995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nx-dev/ui-home/src/lib/ci-for-monorepos.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export function IntegratesToYouCurrentCiProvider(): JSX.Element {
408408
</p>
409409
<div className="mt-4 flex items-center">
410410
<Link
411-
href="/ci/intro/connect-to-cloud?utm_source=homepage&utm_medium=website&utm_campaign=homepage_links&utm_content=cta_ci_for_monorepos"
411+
href="/ci/intro/connect-to-nx-cloud?utm_source=homepage&utm_medium=website&utm_campaign=homepage_links&utm_content=cta_ci_for_monorepos"
412412
title="Add Nx Cloud to your CI workflow"
413413
prefetch={false}
414414
className="group font-semibold leading-6 text-slate-950 dark:text-white"

0 commit comments

Comments
 (0)
Please sign in to comment.