summaryrefslogtreecommitdiffstats
path: root/examples/my_configuration_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/my_configuration_rules.py')
-rw-r--r--examples/my_configuration_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/my_configuration_rules.py b/examples/my_configuration_rules.py
index 50abd56..951baf2 100644
--- a/examples/my_configuration_rules.py
+++ b/examples/my_configuration_rules.py
@@ -3,7 +3,7 @@ from gitlint.options import IntOption
"""
-Full details on user-defined rules: https://jorisroovers.com/gitlint/user_defined_rules
+Full details on user-defined rules: https://jorisroovers.github.io/gitlint/user_defined_rules
The ReleaseConfigurationRule class below is an example of a user-defined ConfigurationRule. Configuration rules are
gitlint rules that are applied once per commit and BEFORE any other rules are run. Configuration Rules are meant to