diff --git a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx index 8d5131e83bbd9..62960690e885a 100644 --- a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx +++ b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx @@ -59,7 +59,7 @@ test("collect performance events", function () { }); ``` -You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/test) of sentry-testkit repository as well. +You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/__tests__) of sentry-testkit repository as well. ### Testkit API