Skip to content

Commit

Permalink
Fix type resolution link in Contributing.md (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdash291 committed Jul 1, 2022
1 parent b49aea7 commit 1322deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -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`:
Expand Down

0 comments on commit 1322deb

Please sign in to comment.