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: 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)
<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',
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) => (
<svg
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: 'Youtube Channel',
href: 'https://youtube.com/nrwl_io?utm_source=nx.dev',
href: 'https://youtube.com/@NxDevtools?utm_source=nx.dev',
},
{
name: 'Nx Playbook',
@ -104,7 +104,7 @@ export function Footer(): JSX.Element {
{
name: 'Youtube',
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) => (
<svg
fill="currentColor"

View File

@ -71,7 +71,7 @@ export function ConnectWithUs(): JSX.Element {
</div>
<h4 className="mb-2 text-lg font-bold">Livestreams on Youtube</h4>
<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"
target="_blank"
title="Nx Youtube channel"

View File

@ -5,7 +5,7 @@ export function Newsletter(): JSX.Element {
{
name: 'Youtube',
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) => (
<svg
fill="currentColor"

View File

@ -536,7 +536,7 @@ export const nrwlHomeTemplate = {
/>
</svg>
</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
role="img"
viewBox="0 0 24 24"

View File

@ -536,7 +536,7 @@ export const nrwlHomeTemplate = {
/>
</svg>
</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
role="img"
viewBox="0 0 24 24"

View File

@ -162,7 +162,7 @@ export const App = () => {
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'
)
}
>

View File

@ -119,7 +119,7 @@ export function createAppJsx(name: string) {
</svg>
</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"
rel="noreferrer"
className="list-item-link"

View File

@ -162,7 +162,7 @@ export const App = () => {
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'
)
}
>

View File

@ -532,7 +532,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg>
</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"
rel="noreferrer"
className="list-item-link"

View File

@ -532,7 +532,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg>
</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"
rel="noreferrer"
className="list-item-link"

View File

@ -121,7 +121,7 @@ export class AppElement extends HTMLElement {
/>
</svg>
</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
role="img"
viewBox="0 0 24 24"

View File

@ -121,7 +121,7 @@ export class AppElement extends HTMLElement {
/>
</svg>
</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
role="img"
viewBox="0 0 24 24"

View File

@ -32,7 +32,7 @@ npx nx@latest init
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
- [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)
<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)
- [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)
<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"