File tree Expand file tree Collapse file tree 10 files changed +12
-8
lines changed
Expand file tree Collapse file tree 10 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const EOLAlert = () => {
88 return (
99 < AlertBox level = "warning" >
1010 { t . rich ( 'components.eolAlert.message' , {
11- link : text => < Link href = "/eol" > { text } </ Link > ,
11+ link : text => < Link href = "/about/ eol" > { text } </ Link > ,
1212 } ) }
1313 </ AlertBox >
1414 ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const WithReleaseAlertBox: FC<WithReleaseAlertBoxProps> = ({ status }) => {
2121 size = "small"
2222 >
2323 { t . rich ( 'layouts.download.codeBox.unsupportedVersionWarning' , {
24- link : text => < Link href = "/eol" > { text } </ Link > ,
24+ link : text => < Link href = "/about/ eol" > { text } </ Link > ,
2525 } ) }
2626 </ AlertBox >
2727 ) ;
Original file line number Diff line number Diff line change 115115 "label" : " components.navigation.about.links.branding"
116116 },
117117 "eol" : {
118- "link" : " /eol" ,
118+ "link" : " /about/ eol" ,
119119 "label" : " components.navigation.about.links.eol"
120120 }
121121 }
File renamed without changes.
Original file line number Diff line number Diff 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 = " /eol" >
24+ <Button kind = " secondary" className = " !block" href = " /about/ eol" >
2525 <span >Get security support</span >
2626 <br />
2727 <small className = " !text-xs" >for EOL Node.js versions</small >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ layout: home
1919
2020 <Button kind = " primary" className = " !block dark:!hidden" href = " /download" >Obtenir Node.js®</Button >
2121
22- <Button kind = " secondary" className = " !block" href = " /eol" >
22+ <Button kind = " secondary" className = " !block" href = " /about/ eol" >
2323 <span >Obtenir une aide à la sécurité</span >
2424
2525 <br />
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ layout: home
1919
2020 <Button kind = " primary" className = " !block dark:!hidden" href = " /download" >Node.js®を入手</Button >
2121
22- <Button kind = " secondary" className = " !block" href = " /eol" >
22+ <Button kind = " secondary" className = " !block" href = " /about/ eol" >
2323 <span >セキュリティサポート</span >
2424
2525 <br />
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ layout: home
2121
2222 <Button kind = " primary" className = " !block dark:!hidden" href = " /download" >Obține Node.js®</Button >
2323
24- <Button kind = " secondary" className = " !block" href = " /eol" >
24+ <Button kind = " secondary" className = " !block" href = " /about/ eol" >
2525 <span >Obține asistență de securitate</span >
2626
2727 <br />
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ layout: home
2020
2121 <Button kind = " primary" className = " !block dark:!hidden" href = " /download" >Отримати Node.js®</Button >
2222
23- <Button kind = " secondary" className = " !block" href = " /eol" >
23+ <Button kind = " secondary" className = " !block" href = " /about/ eol" >
2424 <span >Отримати підтримку безпеки</span >
2525
2626 <br />
Original file line number Diff line number Diff line change 288288 "source" : " /:locale/about/releases" ,
289289 "destination" : " /:locale/about/previous-releases"
290290 },
291+ {
292+ "source" : " /:locale/eol" ,
293+ "destination" : " /:locale/about/eol"
294+ },
291295 {
292296 "source" : " /:locale/blog/weekly-updates/:path*" ,
293297 "destination" : " /:locale/blog/weekly/:path*"
You can’t perform that action at this time.
0 commit comments