diff --git a/app/views/report_mailer/registrar_import_email.html.erb b/app/views/report_mailer/registrar_import_email.html.erb
index fd9c698f..2f69597a 100644
--- a/app/views/report_mailer/registrar_import_email.html.erb
+++ b/app/views/report_mailer/registrar_import_email.html.erb
@@ -28,11 +28,11 @@
<%= hold_case[:user].name %> (ID: <%= hold_case[:user].id %>)
- - New thesis created: <%= link_to "Thesis ##{hold_case[:new_thesis].id}", thesis_url(hold_case[:new_thesis]) %>
+ - New thesis created: <%= link_to "Thesis ##{hold_case[:new_thesis].id}", admin_thesis_url(hold_case[:new_thesis]) %>
- Other theses with active or expired holds:
<% hold_case[:other_theses_with_holds].each do |other_thesis| %>
- - <%= link_to "Thesis ##{other_thesis.id}", thesis_url(other_thesis) %>
+ - <%= link_to "Thesis ##{other_thesis.id}", admin_thesis_url(other_thesis) %>
<% end %>