diff --git a/app/views/_controls.html.erb b/app/views/_controls.html.erb
index 06d16d5..66f146a 100644
--- a/app/views/_controls.html.erb
+++ b/app/views/_controls.html.erb
@@ -5,7 +5,7 @@
<%= link_to t(:'hyrax.controls.about'), hyrax.about_path, class: "nav-link", aria: current_page?(hyrax.about_path) ? {current: 'page'} : nil %>
- <%= link_to t(:'hyrax.controls.contact'), hyrax.contact_path, class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %>
+ <%= link_to t(:'hyrax.controls.contact'), 'https://researchdata.iu.edu/about/contact/', class: "nav-link", aria: current_page?(hyrax.contact_path) ? {current: 'page'} : nil %>
<%= render partial: 'catalog/search_form' %>