From 2765b1d2331e17110bdb0cbf5b54020372ea7425 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 15 Nov 2020 20:32:03 +0200
Subject: [PATCH] Updates for GitLab.

Point to the new GitLab instance.
---
 .pre-commit-config.yaml | 2 +-
 README.rst              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0044f2d..547fe6d 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 7b16d98..2949316 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/.
-- 
GitLab