summaryrefslogtreecommitdiffstats
path: root/examples/my_commit_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/my_commit_rules.py')
-rw-r--r--examples/my_commit_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/my_commit_rules.py b/examples/my_commit_rules.py
index 60b4fbf..56953de 100644
--- a/examples/my_commit_rules.py
+++ b/examples/my_commit_rules.py
@@ -2,7 +2,7 @@ from gitlint.options import IntOption, ListOption
from gitlint.rules import CommitRule, RuleViolation
"""
-Full details on user-defined rules: https://jorisroovers.com/gitlint/user_defined_rules
+Full details on user-defined rules: https://jorisroovers.github.io/gitlint/rules/user_defined_rules
The classes below are examples of user-defined CommitRules. Commit rules are gitlint rules that
act on the entire commit at once. Once the rules are discovered, gitlint will automatically take care of applying them