README.adoc in git-lint-2.3.3 vs README.adoc in git-lint-2.4.0

- old
+ new

@@ -110,10 +110,11 @@ require "git/lint/rake/setup" ---- Now, when running `bundle exec rake -T`, you'll see `git_lint` included in the list. -If you need a concrete example, check out the link:Rakefile[Rakefile] of this project for details. +If you need a concrete example, check out the +link:https://github.com/bkuhlmann/git-lint/blob/main/Rakefile[Rakefile] of this project for details. === Default Branch Your default branch configuration is respected no matter if it is set globally or locally. If the default branch is _not set_ then Git Lint will fall back to `master` for backwards compatibility.