Skip to content

Commit 6a6fb63

Browse files
committed
fix broken links and add redirects
1 parent 13d8a86 commit 6a6fb63

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

src/app/basics/getting-started/record-your-app/page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Replays need to be uploaded so the browser can be replayed in the Replay Cloud.
129129
{% quick-link
130130
title="Test Suites Analytics"
131131
icon="treeview"
132-
href="/basics/test-suites/runs-view"
132+
href="/basics/test-suites/recent-runs"
133133
description="Stay on top of your Test Suite's health."
134134
/%}
135135

src/app/basics/replay-devtools/overview/page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you open a replay, you're able to inspect your application with Replay DevT
3030
mini=true
3131
title="Timeline Annotation"
3232
icon="timeline"
33-
href="/basics/time-travel-devtools/timeline-annotation"
33+
href="/basics/replay-devtools/time-travel-devtools/timeline-annotation"
3434
/%}
3535

3636
{% quick-link

vercel.json

+41-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,11 @@
502502
},
503503
{
504504
"source": "/reference/get-help/contact-community",
505-
"destination": "/"
505+
"destination": "/discord"
506+
},
507+
{
508+
"source": "/resources/get-help/contact-community",
509+
"destination": "/discord"
506510
},
507511
{
508512
"source": "/reference/get-help/experimental-features",
@@ -1072,6 +1076,42 @@
10721076
{
10731077
"source": "/reference/test-runners/playwright/examples",
10741078
"destination": "/learn/examples/playwright"
1079+
},
1080+
{
1081+
"source": "/resources/comparisons/sentry-vs-replay",
1082+
"destination": "/learn/comparisons/devtools"
1083+
},
1084+
{
1085+
"source": "/basics/test-suites/runs-view",
1086+
"destination": "/basics/test-suites/recent-runs"
1087+
},
1088+
{
1089+
"source": "/resources/comparisons/playwright-trace-viewer-vs-replay-devtools",
1090+
"destination": "/learn/comparisons/playwright"
1091+
},
1092+
{
1093+
"source": "/resources/get-help/limitations",
1094+
"destination": "/"
1095+
},
1096+
{
1097+
"source": "/basics/replay-teams/managing-replays",
1098+
"destination": "/reference/replay-teams/managing-replays"
1099+
},
1100+
{
1101+
"source": "/basics/time-travel-devtools/live-console-logs",
1102+
"destination": "/basics/replay-devtools/browser-devtools/console"
1103+
},
1104+
{
1105+
"source": "/docs/react-c5c42fe645fa45eb89d96f896e6a1b31",
1106+
"destination": "/basics/replay-devtools/framework-devtools/react-panel"
1107+
},
1108+
{
1109+
"source": "/reference/test-runners/cypress-io",
1110+
"destination": "/reference/test-runners/cypress-io/overview"
1111+
},
1112+
{
1113+
"source": "/test-runners/cypress-io",
1114+
"destination": "/reference/test-runners/cypress-io/overview"
10751115
}
10761116
],
10771117
"rewrites": [

0 commit comments

Comments
 (0)