Skip to content

Commit 6a0ba48

Browse files
committed
move imgs to match
1 parent 4e592f9 commit 6a0ba48

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed

docs/product/explore/session-replay/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Sentry supports Session Replay for Web and Mobile. This includes browser-based a
88

99
For browser-based applications (Web replay), this includes static websites, single-page applications, and also server-side rendered applications -- for example, platforms such as Electron, Next.js, and Remix.
1010

11-
To learn more about which SDKs we support, please visit our docs for [Web](web/#supported-sdks) and [Mobile](mobile/#sdks-supported).
11+
To learn more about which SDKs we support, please visit our docs for [Web](web/#supported-sdks) and [Mobile](mobile/#supported-sdks).
1212

1313
<PageGrid />

docs/product/explore/session-replay/replay-page-and-filters.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ To delete a [single replay](/product/explore/session-replay/web/replay-details/#
4040

4141
To delete multiple replays at once, go to the **Replay** page and use the checkboxes next to each replay row to select the ones you want to delete. Then, click the "Delete" button to remove the selected replays. Deleting a large number of replays takes some time to complete. If a job is running you will see a banner at the top of the Replay list and a link to 'Track Progress'. You can also visit Settings > Project > MyProject > Replays to see the history of previous deletion jobs.
4242

43-
![](img/replay-index-delete-visible.png)
43+
![](./img/replay-index-delete-visible.png)
4444

4545
Alternatively, you can delete all replays that match a search query by clicking "Select all" at the top of the results list. This selects every replay matching the current filters, not just those visible on the page.
4646

47-
![](img/replay-index-delete-all.png)
47+
![](./img/replay-index-delete-all.png)

src/middleware.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3327,8 +3327,8 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
33273327
to: '/product/explore/session-replay/',
33283328
},
33293329
{
3330-
from: '/product/explore/session-replay/replay-page-and-filters/',
3331-
to: '/product/explore/session-replay/web/replay-page-and-filters/',
3330+
from: '/product/explore/session-replay/web/replay-page-and-filters/',
3331+
to: '/product/explore/session-replay/replay-page-and-filters/',
33323332
},
33333333
{
33343334
from: '/product/teams/roles/',

0 commit comments

Comments
 (0)