diff --git a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx index 025d7360b3fce8..4298f24b1d6c84 100644 --- a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx +++ b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx @@ -58,7 +58,7 @@ test("collect performance events", function () { }); ``` -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. +You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/packages/sentry-testkit/__tests__) of sentry-testkit repository as well. ### Testkit API