File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ export const AdvisorWidget = () => {
269269 } ,
270270 } }
271271 >
272- < Link href = { `/project/${ projectRef } /advisors /query-performance` } />
272+ < Link href = { `/project/${ projectRef } /reports /query-performance` } />
273273 </ ButtonTooltip >
274274 </ CardHeader >
275275 < CardContent className = "!p-0 flex-1 overflow-y-auto" >
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ export const generateDatabaseMenu = (
180180 {
181181 name : 'Query Performance' ,
182182 key : 'query-performance' ,
183- url : `/project/${ ref } /advisors /query-performance` ,
183+ url : `/project/${ ref } /reports /query-performance` ,
184184 rightIcon : < ArrowUpRight strokeWidth = { 1 } className = "h-4 w-4" /> ,
185185 items : [ ] ,
186186 } ,
Original file line number Diff line number Diff line change @@ -305,12 +305,12 @@ const nextConfig = {
305305 {
306306 permanent : true ,
307307 source : '/project/:ref/query-performance' ,
308- destination : '/project/:ref/advisors /query-performance' ,
308+ destination : '/project/:ref/reports /query-performance' ,
309309 } ,
310310 {
311311 permanent : true ,
312312 source : '/project/:ref/database/query-performance' ,
313- destination : '/project/:ref/advisors /query-performance' ,
313+ destination : '/project/:ref/reports /query-performance' ,
314314 } ,
315315 {
316316 permanent : true ,
You can’t perform that action at this time.
0 commit comments