Skip to content

Commit

Permalink
Change links of changelog (#9246)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT authored Feb 26, 2024
1 parent 5044e96 commit aae251d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/homeClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function HomeClient({visiblePlatforms, totalPlatformCount, platforms}: Pr
</Link>
</NavItem>
<NavItem>
<Link className="nav-link" href="https://changelog.getsentry.com/">
<Link className="nav-link" href="https://sentry.io/changelog">
Changelog
</Link>
</NavItem>
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbarClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function NavbarClient({platforms, currentPlatform}: Props) {
</SmartLink>
</Nav.Item>
<Nav.Item>
<Nav.Link href="https://changelog.getsentry.com/">Changelog</Nav.Link>
<Nav.Link href="https://sentry.io/changelog">Changelog</Nav.Link>
</Nav.Item>
<Nav.Item>
<Nav.Link
Expand Down

0 comments on commit aae251d

Please sign in to comment.