diff --git a/docs/blog/2024-05-08-nx-19-release.md b/docs/blog/2024-05-08-nx-19-release.md index 21bcac2f1d..3a48fd1112 100644 --- a/docs/blog/2024-05-08-nx-19-release.md +++ b/docs/blog/2024-05-08-nx-19-release.md @@ -196,9 +196,9 @@ And! We've revamped our newsletter, written by our CTO, Victor Savkin. [Subscrib ## NEW CONFERENCE: Monorepo World 2024 -[](https://monorepo.tools/conf) +[](https://monorepo.world) -We've got a new conference coming up: [Monorepo World 2024](https://monorepo.tools/conf)! +We've got a new conference coming up: [Monorepo World 2024](https://monorepo.world)! This conference will cover all things dealing with monorepos, and we're excited to host it at the Computer History Museum in Mountain View, California this October 7th! diff --git a/nx-dev/ui-common/src/lib/announcement-banner.tsx b/nx-dev/ui-common/src/lib/announcement-banner.tsx index 49b5a3af9f..6cf915903d 100644 --- a/nx-dev/ui-common/src/lib/announcement-banner.tsx +++ b/nx-dev/ui-common/src/lib/announcement-banner.tsx @@ -8,7 +8,7 @@ export function AnnouncementBanner(): JSX.Element {
Monorepo World: October 7, 2024 @@ -21,7 +21,7 @@ export function AnnouncementBanner(): JSX.Element { diff --git a/nx-dev/ui-common/src/lib/headers/menu-items.ts b/nx-dev/ui-common/src/lib/headers/menu-items.ts index 7ea32bc3b2..83e2ea534a 100644 --- a/nx-dev/ui-common/src/lib/headers/menu-items.ts +++ b/nx-dev/ui-common/src/lib/headers/menu-items.ts @@ -207,7 +207,7 @@ export const eventItems: MenuItem[] = [ name: 'Monorepo World', description: 'In person & virtual conference about the latest monorepo advancements.', - href: 'https://monorepo.tools/conf', + href: 'https://monorepo.world', icon: null, isNew: false, isHighlight: false,