docs(nx-dev): fix Youtube link (#14605)

This commit is contained in:
Juri Strumpflohner 2023-01-25 16:48:04 +01:00 committed by GitHub
parent 94dffd1e92
commit df26a29316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 17 additions and 17 deletions

View File

@ -28,7 +28,7 @@ A few links to help you get started:
- [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev) - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
- [Nx.Dev: Core Tutorials](https://nx.dev/getting-started/intro) - [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) - [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) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg"

View File

@ -106,7 +106,7 @@ export function DocumentationHeader({
{ {
name: 'Youtube', name: 'Youtube',
label: 'Youtube channel', label: 'Youtube channel',
href: 'https://www.youtube.com/c/Nrwl_io?utm_source=nx.dev', href: 'https://www.youtube.com/@NxDevtools?utm_source=nx.dev',
icon: (props: any) => ( icon: (props: any) => (
<svg <svg
fill="currentColor" fill="currentColor"

View File

@ -12,7 +12,7 @@ export function Footer(): JSX.Element {
{ name: 'Blog', href: 'https://blog.nrwl.io/?utm_source=nx.dev' }, { name: 'Blog', href: 'https://blog.nrwl.io/?utm_source=nx.dev' },
{ {
name: 'Youtube Channel', name: 'Youtube Channel',
href: 'https://youtube.com/nrwl_io?utm_source=nx.dev', href: 'https://youtube.com/@NxDevtools?utm_source=nx.dev',
}, },
{ {
name: 'Nx Playbook', name: 'Nx Playbook',
@ -104,7 +104,7 @@ export function Footer(): JSX.Element {
{ {
name: 'Youtube', name: 'Youtube',
label: 'Youtube channel', label: 'Youtube channel',
href: 'https://www.youtube.com/c/Nrwl_io?utm_source=nx.dev', href: 'https://www.youtube.com/@NxDevtools?utm_source=nx.dev',
icon: (props: any) => ( icon: (props: any) => (
<svg <svg
fill="currentColor" fill="currentColor"

View File

@ -71,7 +71,7 @@ export function ConnectWithUs(): JSX.Element {
</div> </div>
<h4 className="mb-2 text-lg font-bold">Livestreams on Youtube</h4> <h4 className="mb-2 text-lg font-bold">Livestreams on Youtube</h4>
<a <a
href="https://www.youtube.com/nrwl_io/videos?utm_source=nx.dev" href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx.dev"
rel="noreferrer" rel="noreferrer"
target="_blank" target="_blank"
title="Nx Youtube channel" title="Nx Youtube channel"

View File

@ -5,7 +5,7 @@ export function Newsletter(): JSX.Element {
{ {
name: 'Youtube', name: 'Youtube',
label: 'Youtube channel', label: 'Youtube channel',
href: 'https://www.youtube.com/c/Nrwl_io?utm_source=nx.dev', href: 'https://www.youtube.com/@NxDevtools?utm_source=nx.dev',
icon: (props: any) => ( icon: (props: any) => (
<svg <svg
fill="currentColor" fill="currentColor"

View File

@ -536,7 +536,7 @@ export const nrwlHomeTemplate = {
/> />
</svg> </svg>
</a> </a>
<a href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link"> <a href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link">
<svg <svg
role="img" role="img"
viewBox="0 0 24 24" viewBox="0 0 24 24"

View File

@ -536,7 +536,7 @@ export const nrwlHomeTemplate = {
/> />
</svg> </svg>
</a> </a>
<a href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link"> <a href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link">
<svg <svg
role="img" role="img"
viewBox="0 0 24 24" viewBox="0 0 24 24"

View File

@ -162,7 +162,7 @@ export const App = () => {
style={[styles.listItem, styles.learning]} style={[styles.listItem, styles.learning]}
onPress={() => onPress={() =>
Linking.openURL( Linking.openURL(
'https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project' 'https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project'
) )
} }
> >

View File

@ -119,7 +119,7 @@ export function createAppJsx(name: string) {
</svg> </svg>
</a> </a>
<a <a
href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="list-item-link" className="list-item-link"

View File

@ -162,7 +162,7 @@ export const App = () => {
style={[styles.listItem, styles.learning]} style={[styles.listItem, styles.learning]}
onPress={() => onPress={() =>
Linking.openURL( Linking.openURL(
'https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project' 'https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project'
) )
} }
> >

View File

@ -532,7 +532,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg> </svg>
</a> </a>
<a <a
href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="list-item-link" className="list-item-link"

View File

@ -532,7 +532,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg> </svg>
</a> </a>
<a <a
href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="list-item-link" className="list-item-link"

View File

@ -121,7 +121,7 @@ export class AppElement extends HTMLElement {
/> />
</svg> </svg>
</a> </a>
<a href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link"> <a href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link">
<svg <svg
role="img" role="img"
viewBox="0 0 24 24" viewBox="0 0 24 24"

View File

@ -121,7 +121,7 @@ export class AppElement extends HTMLElement {
/> />
</svg> </svg>
</a> </a>
<a href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link"> <a href="https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project&sub_confirmation=1" target="_blank" rel="noreferrer" class="list-item-link">
<svg <svg
role="img" role="img"
viewBox="0 0 24 24" viewBox="0 0 24 24"

View File

@ -32,7 +32,7 @@ npx nx@latest init
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev) - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
- [Intro to Nx](https://nx.dev/getting-started/intro) - [Intro to Nx](https://nx.dev/getting-started/intro)
- [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) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"

View File

@ -2,7 +2,7 @@
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev) - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
- [Intro to Nx](https://nx.dev/getting-started/intro) - [Intro to Nx](https://nx.dev/getting-started/intro)
- [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) - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg" <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"