diff --git a/README.md b/README.md
index 28177b03f800811d32e3a3248d7b24268e4870a7..707dbe61bd80db49bc5a36126b21d8643a1b124e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 This is a rebuilt of afcdons.net (originally PHP and mySQL) this will use Vue 3 and Pinia with the Composition API and Vite, then to store the data in PouchDB/ CouchDB. I have mainly worked with Vue 2 and Options API so I would accept any suggestions where I maybe stepping away from best practice. I however do not want to use typescript.
 
+## Repo
+The original localtion is on https://gitlab.adamprocter.co.uk and mirroed to git.soton.ac.uk. Soton git is more up to date and more stable than my own gitlab. So this mirroring acts as a back up as well.
+
 ## Why ?
 
 This is a good way for me to learn Vue 3 and Composition API as I know the components needed. It also will allow me to add new features.