Skip to content

Commit 5560df3

Browse files
committed
add EOL link to release modal and codebox
1 parent bd6f5ea commit 5560df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/site/components/Downloads/Release/ReleaseCodeBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const ReleaseCodeBox: FC = () => {
122122
size="small"
123123
>
124124
{t.rich('layouts.download.codeBox.unsupportedVersionWarning', {
125-
link: text => <Link href="/about/previous-releases/">{text}</Link>,
125+
link: text => <Link href="/eol">{text}</Link>,
126126
})}
127127
</AlertBox>
128128
)}

apps/site/components/Downloads/ReleaseModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const ReleaseModal: FC<ReleaseModalProps> = ({
4444
link: text => (
4545
<Link
4646
onClick={closeModal}
47-
href="/about/previous-releases#release-schedule"
47+
href="/eol"
4848
>
4949
{text}
5050
</Link>

0 commit comments

Comments
 (0)