diff --git a/README.md b/README.md
index 41993136f8..01959f63da 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ A few links to help you get started:
- [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
- [Nx.Dev: Core Tutorials](https://nx.dev/getting-started/intro)
- [Recipe: Adding Nx to an Existing Monorepo](https://nx.dev/recipes/adopting-nx/adding-to-monorepo)
-- [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
+- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
(
-
+
-
+
{
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL(
- 'https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project'
+ 'https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project'
)
}
>
diff --git a/packages/next/src/generators/application/lib/create-application-files.helpers.ts b/packages/next/src/generators/application/lib/create-application-files.helpers.ts
index cc44c27c58..1184e0234a 100644
--- a/packages/next/src/generators/application/lib/create-application-files.helpers.ts
+++ b/packages/next/src/generators/application/lib/create-application-files.helpers.ts
@@ -119,7 +119,7 @@ export function createAppJsx(name: string) {
{
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL(
- 'https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project'
+ 'https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project'
)
}
>
diff --git a/packages/react/src/generators/application/files/base-vite/src/app/nx-welcome.tsx b/packages/react/src/generators/application/files/base-vite/src/app/nx-welcome.tsx
index 3c1a440fef..761a47a0e2 100644
--- a/packages/react/src/generators/application/files/base-vite/src/app/nx-welcome.tsx
+++ b/packages/react/src/generators/application/files/base-vite/src/app/nx-welcome.tsx
@@ -532,7 +532,7 @@ export function NxWelcome({ title }: { title: string }) {
-
+
-
+

