File tree 4 files changed +4
-4
lines changed
app/changelog/%5Fadmin/[id]/edit
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default async function ChangelogCreatePage(props: {
28
28
< h2 > Changelog not found</ h2 >
29
29
</ header >
30
30
< footer >
31
- < Link href = "/changelogs " > Return to Changelogs list</ Link >
31
+ < Link href = "/changelog/_admin " > Return to Changelogs list</ Link >
32
32
</ footer >
33
33
</ Fragment >
34
34
) ;
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ const NAV_ITEMS: NavItemsProps[] = [
501
501
id : 'sandbox' ,
502
502
title : 'Sandbox' ,
503
503
type : 'a' ,
504
- to : 'https://try .sentry-demo.com/demo/start /' ,
504
+ to : 'https://sandbox .sentry.io /' ,
505
505
target : '_blank' ,
506
506
variant : 'ghost' ,
507
507
className : '' ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export function Header({
77
77
) }
78
78
< div className = "hidden lg-xl:flex justify-end flex-1 gap-6 items-center min-w-fit" >
79
79
< NavLink href = "https://sentry.io/changelog/" > Changelog</ NavLink >
80
- < NavLink href = "https://try .sentry-demo.com/demo/start /" > Sandbox</ NavLink >
80
+ < NavLink href = "https://sandbox .sentry.io /" > Sandbox</ NavLink >
81
81
< NavLink href = "https://sentry.io/" > Go to Sentry</ NavLink >
82
82
< NavLink
83
83
href = "https://sentry.io/signup/"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
46
46
< Link href = "https://sentry.io/changelog/" > Changelog</ Link >
47
47
</ li >
48
48
< li className = { styles . MenuItem } >
49
- < Link href = "https://try .sentry-demo.com/demo/start /" > Sandbox</ Link >
49
+ < Link href = "https://sandbox .sentry.io /" > Sandbox</ Link >
50
50
</ li >
51
51
< li className = { styles . MenuItem } >
52
52
< Link href = "https://sentry.io/" > Go to Sentry</ Link >
You can’t perform that action at this time.
0 commit comments