summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_moved_email.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_was_moved_email.text.erb')
-rw-r--r--app/views/notify/project_was_moved_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_was_moved_email.text.erb b/app/views/notify/project_was_moved_email.text.erb
index 664148fb3ba..b3f18b35a4d 100644
--- a/app/views/notify/project_was_moved_email.text.erb
+++ b/app/views/notify/project_was_moved_email.text.erb
@@ -1,7 +1,7 @@
Project was moved to another location
The project is now located under
-<%= project_url(@project) %>
+<%= namespace_project_url(@project.namespace, @project) %>
To update the remote url in your local repository run (for ssh):