diff --git a/apps/changelog/src/app/changelog/%5Fadmin/[id]/edit/page.tsx b/apps/changelog/src/app/changelog/%5Fadmin/[id]/edit/page.tsx
index a6fcc6ef48bef..8d91235f1190b 100644
--- a/apps/changelog/src/app/changelog/%5Fadmin/[id]/edit/page.tsx
+++ b/apps/changelog/src/app/changelog/%5Fadmin/[id]/edit/page.tsx
@@ -28,7 +28,7 @@ export default async function ChangelogCreatePage(props: {
Changelog not found
);
diff --git a/apps/changelog/src/client/components/navbar.tsx b/apps/changelog/src/client/components/navbar.tsx
index 5e9106b0e03bd..2c0ede231bcbe 100644
--- a/apps/changelog/src/client/components/navbar.tsx
+++ b/apps/changelog/src/client/components/navbar.tsx
@@ -501,7 +501,7 @@ const NAV_ITEMS: NavItemsProps[] = [
id: 'sandbox',
title: 'Sandbox',
type: 'a',
- to: 'https://try.sentry-demo.com/demo/start/',
+ to: 'https://sandbox.sentry.io/',
target: '_blank',
variant: 'ghost',
className: '',
diff --git a/src/components/header.tsx b/src/components/header.tsx
index 84c67142ffd95..cd4b767843ac7 100644
--- a/src/components/header.tsx
+++ b/src/components/header.tsx
@@ -77,7 +77,7 @@ export function Header({
)}
Changelog
- Sandbox
+ Sandbox
Go to Sentry
Changelog
- Sandbox
+ Sandbox
Go to Sentry