Skip to content

Commit

Permalink
fix(nx-dev): adjust blog links
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Dec 11, 2023
1 parent 1cd8b05 commit 085f400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nx-dev/nx-dev/pages/blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ export default function Blog(): JSX.Element {
Current, official "Nrwl" blog
</h4>
<a
href="https://dev.to/nx"
href="https://blog.nrwl.io"
rel="noreferrer"
target="_blank"
title="Nrwl Blog"
title="Nx Blog"
className="focus:outline-none"
>
<span className="absolute inset-0" aria-hidden="true"></span>
Expand Down Expand Up @@ -102,10 +102,10 @@ export default function Blog(): JSX.Element {
We're on Dev.to, too!
</h4>
<a
href="https://blog.nrwl.io"
href="https://dev.to/nx"
rel="noreferrer"
target="_blank"
title="Nrwl Blog"
title="Nx Blog"
className="focus:outline-none"
>
<span className="absolute inset-0" aria-hidden="true"></span>
Expand Down

0 comments on commit 085f400

Please sign in to comment.