fix(nx-dev): adjust blog links (#20608)
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
This commit is contained in:
parent
ce4889a3e9
commit
7e3ab191d4
@ -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>
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user