diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0044f2d948ad9a3f3bf6c206ed4dfc53a0ca3c97..547fe6d09cc62e44a700f0e9f64a0dda6055421e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-added-large-files - id: check-yaml - id: check-merge-conflict -- repo: https://www.shore.co.il/git/shell-pre-commit/ +- repo: https://git.shore.co.il/nimrod/shell-pre-commit.git rev: v0.6.0 hooks: - id: shell-lint diff --git a/README.rst b/README.rst index 7b16d9883596e886901d273e69e724cba6c14a8f..29493165530adf0c67e8a918352ceb5b5be2269f 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Add the following to your :code:`.pre-commit-config.yaml`: .. code:: yaml - - repo: https://www.shore.co.il/git/shell-pre-commit/ + - repo: https://git.shore.co.il/nimrod/shell-pre-commit.git sha: v0.6.0 hooks: - id: shell-lint @@ -48,4 +48,4 @@ Author Information Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <https://www.shore.co.il/>`_. Patches are welcome via `git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located -at: https://www.shore.co.il/git/. +at: https://git.shore.co.il/.