Skip to content

Commit

Permalink
chore(repo): update blog links in welcome components and READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjfulcher committed Jul 15, 2024
1 parent a41a8d6 commit e27053e
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A few links to help you get started:
- [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/@NxDevtools)
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
- [Blog Posts About Nx](https://nx.dev/blog)

<p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="./images/nx-courses-and-videos.svg"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ import { Component, ViewEncapsulation } from '@angular/core';
/>
</svg>
</a>
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<svg
fill="none"
stroke="currentColor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ import { CommonModule } from '@angular/common';
/>
</svg>
</a>
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<svg
fill="none"
stroke="currentColor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const App = () => {
<TouchableOpacity
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL('https://blog.nrwl.io/?utm_source=nx-project')
Linking.openURL('https://nx.dev/blog/?utm_source=nx-project')
}
>
<Svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function Index() {
</svg>
</a>
<a
href="https://blog.nrwl.io/?utm_source=nx-project"
href="https://nx.dev/blog/?utm_source=nx-project"
target="_blank"
rel="noreferrer"
className="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function createAppJsx(name: string) {
</svg>
</a>
<a
href="https://blog.nrwl.io/?utm_source=nx-project"
href="https://nx.dev/blog/?utm_source=nx-project"
target="_blank"
rel="noreferrer"
className="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ defineProps<{
</svg>
</a>
<a
href="https://blog.nrwl.io/?utm_source=nx-project"
href="https://nx.dev/blog/?utm_source=nx-project"
target="_blank"
rel="noreferrer"
class="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const App = () => {
<TouchableOpacity
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL('https://blog.nrwl.io/?utm_source=nx-project')
Linking.openURL('https://nx.dev/blog/?utm_source=nx-project')
}
>
<Svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg>
</a>
<a
href="https://blog.nrwl.io/?utm_source=nx-project"
href="https://nx.dev/blog/?utm_source=nx-project"
target="_blank"
rel="noreferrer"
className="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export function NxWelcome({ title }: { title: string }) {
</svg>
</a>
<a
href="https://blog.nrwl.io/?utm_source=nx-project"
href="https://nx.dev/blog/?utm_source=nx-project"
target="_blank"
rel="noreferrer"
className="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ defineProps<{
</svg>
</a>
<a
href="https://blog.nrwl.io/?utm_source=nx-project"
href="https://nx.dev/blog/?utm_source=nx-project"
target="_blank"
rel="noreferrer"
class="list-item-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class AppElement extends HTMLElement {
/>
</svg>
</a>
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<svg
fill="none"
stroke="currentColor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class AppElement extends HTMLElement {
/>
</svg>
</a>
<a href="https://blog.nrwl.io/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<a href="https://nx.dev/blog/?utm_source=nx-project" target="_blank" rel="noreferrer" class="list-item-link">
<svg
fill="none"
stroke="currentColor"
Expand Down
2 changes: 1 addition & 1 deletion scripts/readme-fragments/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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/@NxDevtools)
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
- [Blog Posts About Nx](https://nx.dev/blog)

<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"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
2 changes: 1 addition & 1 deletion scripts/readme-fragments/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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/@NxDevtools)
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
- [Blog Posts About Nx](https://nx.dev/blog)

<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"
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>

0 comments on commit e27053e

Please sign in to comment.