Project moved : wrong notification
Created by: jokesterfr
It seems that on our 6.1.0 GitLab installation, after changing a project from one group to another, the "project moved" notification is wrong, notifying in the email the old location instead of the new :
Project was moved to another location
The project is now located under <OLD_LOCATION>
To update the remote url in your local repository run:
git remote set-url origin git@<user>:<OLD_LOCATION>
I didn't found this issue on Github, and I don't know if this has been already fixed in master.