docs(nx-dev): update monorepo world links
This commit is contained in:
parent
18fdd9425b
commit
efd0994ee6
@ -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!
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ export function AnnouncementBanner(): JSX.Element {
|
||||
<p className="text-sm font-medium">
|
||||
<span className="md:hidden">
|
||||
<Link
|
||||
href="https://monorepo.tools/conf?utm_source=nx.dev"
|
||||
href="https://monorepo.world?utm_source=nx.dev"
|
||||
className="underline"
|
||||
>
|
||||
Monorepo World: October 7, 2024
|
||||
@ -21,7 +21,7 @@ export function AnnouncementBanner(): JSX.Element {
|
||||
</span>
|
||||
<span className="ml-2 inline-block">
|
||||
<Link
|
||||
href="https://monorepo.tools/conf?utm_source=nx.dev"
|
||||
href="https://monorepo.world?utm_source=nx.dev"
|
||||
className="font-semibold text-blue-500 underline dark:text-sky-500"
|
||||
>
|
||||
<span className="absolute inset-0" aria-hidden="true" />
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user