Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions static/app/components/replaysOnboarding/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ function OnboardingContent({currentProject}: {currentProject: Project}) {
<div>
<Button
size="sm"
href="https://github.com/getsentry/sentry-replay/blob/main/README.md"
href="https://docs.sentry.io/platforms/javascript/session-replay/"
external
>
{t('See Readme')}
{t('Read Docs')}
</Button>
</div>
</Fragment>
Expand Down
4 changes: 2 additions & 2 deletions static/app/views/replays/replays.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ function Replays({location}: Props) {
{t('Get Started')}
</Button>
<Button
href="https://github.com/getsentry/sentry-replay/blob/main/README.md"
href="https://docs.sentry.io/platforms/javascript/session-replay/"
external
>
{t('See Readme')}
{t('Read Docs')}
</Button>
</ReplayOnboardingPanel>
)}
Expand Down