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 b2c5f71e465..7c45163e0e8 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 <%= @old_path_with_namespace %> was moved to another location
The project is now located under
-<%= namespace_project_url(@project.namespace, @project) %>
+<%= project_url(@project) %>
To update the remote url in your local repository run (for ssh):