From df26a2931694902adf725c8c8333aef102f5429b Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Wed, 25 Jan 2023 16:48:04 +0100 Subject: [PATCH] docs(nx-dev): fix Youtube link (#14605) --- README.md | 2 +- nx-dev/ui-common/src/lib/documentation-header.tsx | 2 +- nx-dev/ui-common/src/lib/footer.tsx | 4 ++-- nx-dev/ui-community/src/lib/connect-with-us.tsx | 2 +- nx-dev/ui-home/src/lib/newsletter.tsx | 2 +- .../generators/application/angular-v14/lib/nrwl-home-tpl.ts | 2 +- .../angular/src/generators/application/lib/nrwl-home-tpl.ts | 2 +- .../src/generators/application/files/src/app/App.tsx.template | 2 +- .../application/lib/create-application-files.helpers.ts | 2 +- .../generators/application/files/app/src/app/App.tsx.template | 2 +- .../application/files/base-vite/src/app/nx-welcome.tsx | 2 +- .../application/files/base-webpack/src/app/nx-welcome.tsx | 2 +- .../application/files/app-vite/src/app/app.element.ts__tmpl__ | 2 +- .../files/app-webpack/src/app/app.element.ts__tmpl__ | 2 +- scripts/readme-fragments/content.md | 2 +- scripts/readme-fragments/resources.md | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) 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)

( (

Livestreams on Youtube

( - + - + { 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 }) { - + - +