Skip to content

Commit 56f75bb

Browse files
committed
redirect links to proper locations per spec
1 parent 1e8f2a1 commit 56f75bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/site/pages/en/eol.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ However, this should be viewed as a temporary solution—the goal should always
3838

3939
<Button kind="primary" className="!block dark:!hidden" href="/download">Get Node.js®</Button>
4040

41-
<Button kind="secondary" className="!block" href="/blog/announcements/node-18-eol-support">
41+
<Button kind="secondary" className="!block" href="https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Nodejs_eol_support">
4242
<span>Get security support</span>
4343
<br />
4444
<small className="!text-xs">for Node.js 18 and below</small>

apps/site/pages/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ layout: home
2121

2222
<Button kind="primary" className="!block dark:!hidden" href="/download">Get Node.js®</Button>
2323

24-
<Button kind="secondary" className="!block" href="/blog/announcements/node-18-eol-support">
24+
<Button kind="secondary" className="!block" href="/eol#commercial-support">
2525
<span>Get security support</span>
2626
<br />
2727
<small className="!text-xs">for Node.js 18 and below</small>

0 commit comments

Comments
 (0)