Skip to content

Commit

Permalink
Merge pull request #385 from DavidDudson/broken-links
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
gabro authored Oct 2, 2017
2 parents ae4402c + 7c48406 commit c0a2698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme/ImplementingRules.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

@sect{Example rules}
The Scalafix repository contains several example rules and tests,
see @lnk("here", "https://github.com/scalacenter/scalafix/tree/master/scalafix-core/src/main/scala/scalafix/rule").
see @lnk("here", "https://github.com/scalacenter/scalafix/tree/master/scalafix-core/shared/src/main/scala/scalafix/rule").
These examples may serve as inspiration for your rule.

@sect{Vocabulary}
Expand All @@ -118,7 +118,7 @@
@sect{Rule}
A rule is a small program/function that can produce diffs.
To implement a rule, you extend the
@lnk("Rule", "https://github.com/scalacenter/scalafix/blob/master/scalafix-core/src/main/scala/scalafix/rule/Rule.scala")
@lnk("Rule", "https://github.com/scalacenter/scalafix/blob/master/scalafix-core/shared/src/main/scala/scalafix/rule/Rule.scala")
class.
To run a rule, users execute @code{scalafix --rules MyRule}.
Multiple rules can be composed into a single rule.
Expand Down

0 comments on commit c0a2698

Please sign in to comment.