From e5eebaa473df6f4cc3a02ab84675e21ce4fa1199 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 15 Nov 2020 23:57:24 +0200
Subject: [PATCH] New GitLab instance.

Update links accordingly.
---
 .pre-commit-config.yaml | 4 ++--
 README.md               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 335da76..d3dc103 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,14 +4,14 @@
     -   id: check-added-large-files
     -   id: check-merge-conflict
     -   id: check-yaml
--   repo: https://www.shore.co.il/git/shell-pre-commit/
+-   repo: https://git.shore.co.il/nimrod/shell-pre-commit.git
     sha: v0.5.4
     hooks:
     -   id: shell-lint
         files: &shellscripts '^merge-conflict$'
     -   id: shellcheck
         files: *shellscripts
--   repo: https://www.shore.co.il/git/git-pre-commit/
+-   repo: https://git.shore.co.il/nimrod/git-pre-commit.git
     sha: v0.1.1
     hooks:
     -   id: merge-conflict
diff --git a/README.md b/README.md
index fba280d..d894ae9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Status](https://travis-ci.org/adarnimrod/git-pre-commit.svg?branch=master)](http
 
 Add the following to your project's `.pre-commit-config.yaml`:
 
-    -    repo: https://www.shore.co.il/git/git-pre-commit
+    -    repo: https://git.shore.co.il/nimrod/git-pre-commit.git
          sha: v0.1.1
          hooks:
          - id: merge-conflict
@@ -28,4 +28,4 @@ This software is licensed under the MIT license (see the `LICENSE.txt` file).
 Nimrod Adar, [contact me](mailto: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/>.
+located at <https://git.shore.co.il/nimrod/>.
-- 
GitLab