docs(nx-dev): fix Youtube link (#14605)
This commit is contained in:
parent
94dffd1e92
commit
df26a29316
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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'
|
||||
)
|
||||
}
|
||||
>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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'
|
||||
)
|
||||
}
|
||||
>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user