Skip to content

Commit

Permalink
docs(nx-dev): update ebook download link (#29081)
Browse files Browse the repository at this point in the history
Changed the href in `download-ebook.tsx` to point to the new CI ebook URL.
  • Loading branch information
bcabanes authored Nov 26, 2024
1 parent 5514329 commit c75aa8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nx-dev/ui-enterprise/src/lib/download-ebook.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ButtonLink } from '@nx/nx-dev/ui-common';
import { ReactElement } from 'react';

export function DownloadEbook(): JSX.Element {
export function DownloadEbook(): ReactElement {
return (
<div className="mx-auto max-w-7xl sm:px-6 lg:px-8">
<div className="relative isolate overflow-hidden bg-slate-50/70 px-6 pb-4 pt-16 shadow-2xl ring-1 ring-slate-200 sm:rounded-3xl sm:px-16 sm:pb-0 md:pt-24 lg:flex lg:gap-x-20 lg:px-24 lg:pt-0 dark:border dark:border-slate-800/60 dark:bg-slate-950 dark:ring-slate-800/60">
Expand Down Expand Up @@ -34,7 +35,7 @@ export function DownloadEbook(): JSX.Element {
</p>
<div className="mt-10 flex items-center justify-center gap-x-6 lg:justify-start">
<ButtonLink
href="https://go.nx.dev/fast-CI-whitepaper?utm_source=nx-dev&utm_medium=download-whitepaper-enterprise-banner"
href="https://go.nx.dev/ci-ebook"
title="Download Fast CI whitepaper"
target="_blank"
>
Expand Down

0 comments on commit c75aa8f

Please sign in to comment.