Skip to content

Commit

Permalink
fix missing/incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter committed Apr 8, 2024
1 parent 06fb9c3 commit 947cef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/[locale]/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Hero = () => {
<a href="/download">
<Button className="p-5">{tGlobal("download")}</Button>
</a>
<a href="#">
<a href="https://docs.rockylinux.org/guides/migrate2rocky/">
<Button
variant="secondary"
className="p-5"
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/components/header/DesktopNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const DesktopNavigation = ({ translations: t }: DesktopNavigationProps) => {
<NavList name={t.supportName}>
<NavListItem
title={t.support.docs}
href="/support/support-providers"
href="https://docs.rockylinux.org"
/>
<NavListItem
title={t.support.submitBug}
Expand Down

0 comments on commit 947cef9

Please sign in to comment.