From 9a4fa745f67aed363ec364b4ad6189c4922d0ef9 Mon Sep 17 00:00:00 2001 From: Amit Dash Date: Sat, 2 Jul 2022 01:24:09 +0530 Subject: [PATCH] Fix type resolution link in Contributing.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e9269568bbd..c10378eb0e9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -64,7 +64,7 @@ Rules annotated with `@ActiveByDefault` will be marked as active in the `default Generally, this will not be the case for new rules. A rule that requires type resolution must be marked with `@RequiresTypeResolution`. -See [the type resolution wiki page](../docs/pages/gettingstarted/type-resolution.md) for +See [the type resolution wiki page](../website/docs/gettingstarted/type-resolution.md) for more detail on this topic. The rule defined above will translate to a rule entry in the `default-detekt-config.yml`: