Fix docs Git Hooks dead URL 28/104428/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 16 Feb 2023 12:53:58 +0000 (13:53 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 16 Feb 2023 12:53:58 +0000 (13:53 +0100)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I18ea5ab3193f9cf0dd388bfb95f5bcb08edc660d

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.