diff --git a/.gitmodules b/.gitmodules
index c6e93fdc1af56e97a101e0259429193bc0d7bc4c..681f2cb3af5e1e02a07118e16f00f52ccedd0701 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
 [submodule "Repositories/Shore/ssl-ca"]
 	path = Repositories/Shore/ssl-ca
-	url = https://www.shore.co.il/git/ssl-ca/
+	url = https://git.shore.co.il/nimrod/ssl-ca/
 	branch = master
 [submodule "Repositories/Shore/ssh-ca"]
 	path = Repositories/Shore/ssh-ca
-	url = https://www.shore.co.il/git/ssh-ca/
+	url = https://git.shore.co.il/nimrod/ssh-ca/
 	branch = master
 [submodule "Repositories/Shore/bundle_certs"]
 	path = Repositories/Shore/bundle_certs
-	url = https://www.shore.co.il/git/bundle_certs/
+	url = https://git.shore.co.il/nimrod/bundle_certs/
 	branch = master
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 85d3962a31406e9d7d345a87fedf91f020adc12d..937b6e28b8da2d2f07387cb9cd109224796a396e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
       - id: detect-private-key
       - id: trailing-whitespace
       - id: requirements-txt-fixer
-  - 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/Documents/bin/wifi-login b/Documents/bin/wifi-login
index 76328a57be0f92dfd351490f7b5a06b05f40e2f5..7cfd87fbad5611b81a7df06152f76fa1d07c246a 100755
--- a/Documents/bin/wifi-login
+++ b/Documents/bin/wifi-login
@@ -29,7 +29,7 @@
 #
 # If you don't want to clone the repo but you just want this script, run:
 #
-# curl https://www.shore.co.il/git/rcfiles/plain/Documents/bin/wifi-login | sudo tee /etc/NetworkManager/dispatcher.d/90wifi-login
+# curl https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Documents/bin/wifi-login | sudo tee /etc/NetworkManager/dispatcher.d/90wifi-login
 # sudo chmod +x /etc/NetworkManager/dispatcher.d/90wifi-login
 
 set -eu
diff --git a/README.md b/README.md
index b9aa53ae406bc2eedc5eb555632a04979d49dcd5..b333adf547a5cc335fce308d5d476379cfcc78bd 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ mass consumption as it is.
 
     cd
     git init
-    git remote add origin https://www.shore.co.il/git/rcfiles
+    git remote add origin https://git.shore.co.il/nimrod/rcfiles
     git fetch
     git reset --hard origin/master
     git branch --set-upstream-to=origin/master
@@ -29,7 +29,7 @@ Dependencies that can be installed locally inside the home directory, are
 installed with the Git hook using the supplied `Makefile`. Dependencies that
 can't be installed locally, can be install with the `workstation.yml` Ansible
 playbook from the
-[ansible-desktop-playbook](https://www.shore.co.il/git/ansible-desktop-playbooks)
+[ansible-desktop-playbook](https://git.shore.co.il/ansible/ansible-desktop-playbooks)
 repository, please consult the README from that repository. Care has been given
 to minimizing the dependencies and making the scripts as cross-platform as
 reasonably possible, so most script would run without any installing any tools
@@ -44,4 +44,4 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
 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/>.
+at: <https://git.shore.co.il/nimrod/>.