Skip to content

Commit

Permalink
Fix broken links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphric committed Feb 27, 2024
1 parent 0a948ba commit e93d1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/components/shared/Modals/SourcemapSetupModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function SourcemapSetupModal({ hideModal, selectedSource }: PropsFromRedux) {

const onClick = () => {
const docsLink = isNext
? "https://docs.replay.io/docs/1923e679c1e4411db1bda29536eb1e31#6e444abdd19642af9ddc34766ff84bf2"
: "https://docs.replay.io/docs/1923e679c1e4411db1bda29536eb1e31#912af13ef09a41f4ae774a90796ebbc1";
? "https://docs.replay.io/resources/next-js"
: "https://docs.replay.io/getting-started/teams-admin/uploading-source-maps";

window.open(docsLink);
};
Expand Down

0 comments on commit e93d1a3

Please sign in to comment.