Skip to content

Commit 90d7d3c

Browse files
authored
Redirects for Visibility and Discover v1 (#1565)
Docs need an update for Visibility (now called Dashboards) and Discover (now nested under Performance).
1 parent bc65d8c commit 90d7d3c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

nginx.conf

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,25 @@ server {
403403
return 302 /workflow/integrations/legacy-integrations/;
404404
}
405405

406+
location = /workflow/visibility/ {
407+
return 302 /workflow/dashboards/;
408+
}
409+
410+
location = /workflow/discover/ {
411+
return 302 /performance/discover/;
412+
}
413+
414+
location = /workflow/discover2/ {
415+
return 302 /performance/discover/;
416+
}
417+
418+
location = /workflow/discover2/query-builder/ {
419+
return 302 /performance/discover/query-builder/;
420+
}
421+
406422
location = /workflow/integrations/legacy-integrations/asana/ {
407423
return 302 /workflow/integrations/legacy-integrations/;
408-
}
424+
}
409425

410426
location = /development/sdk-dev/interfaces/breadcrumbs/ {
411427
return 302 /development/sdk-dev/interfaces/;

0 commit comments

Comments
 (0)