From a893677e5e74ed4e0993202bec96da60c618f360 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 16 Nov 2020 00:34:03 +0200 Subject: [PATCH] New GitLab instance. Update documentation accordingly. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7cbd940..fbe2ccf 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Add the following to your :code:`.pre-commit-config.yaml`: .. code:: yaml - - repo: https://www.shore.co.il/git/python-pre-commit/ + - repo: https://git.shore.co.il/nimrod/python-pre-commit.git sha: v0.2.0 hooks: - id: piprot @@ -32,4 +32,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/nimrod/. -- GitLab