Skip to content

Commit 947a1ef

Browse files
committed
use external link
1 parent fa81fec commit 947a1ef

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/session-replay

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/session-replay/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ By default, our Session Replay SDK masks all DOM text content, images, and user
2828

2929
<PlatformSection supported={["javascript.angular"]}>
3030
<Alert level="danger">
31-
Angular's [default "Change Detection" strategy](https://angular.dev/api/core/ChangeDetectionStrategy#Default) monkeypatches browser globals and can break or cause performance regressions to your application when using Session Replay. We recommend you use the `OnPush` strategy when using Angular.
31+
Angular's <ExternalLink href="https://angular.dev/api/core/ChangeDetectionStrategy#Default">default "Change Detection" strategy</ExternalLink> monkeypatches browser globals and can break or cause performance regressions to your application when using Session Replay. We recommend you use the `OnPush` strategy when using Angular.
3232
</Alert>
3333
</PlatformSection>
3434

0 commit comments

Comments
 (0)