Fix docs Git Hooks dead URL
[transportpce.git] / docs / tox-guide.rst
index 1ede63a3c2ef130330899a9ef175b553fdcd856f..2ba005c69d90b6f3c93ca3dc7efa4cfad7addb0b 100644 (file)
@@ -106,7 +106,7 @@ Some are even performed in the CI.
 Pre-commit profiles
 -------------------
 
-`Pre-commit <https://pre-commit.com/>`_ is another wrapper for linters that relies on `Git Hooks <https://githooks.com/>`_.
+`Pre-commit <https://pre-commit.com/>`_ is another wrapper for linters that relies on `Git Hooks <https://git-scm.com/docs/githooks>`_.
 It is particularly useful to address common programming issues such as
 triming trailing whitespaces or removing tabs.