diff --git a/app/views/survey_responses/show.html.erb b/app/views/survey_responses/show.html.erb
index 1e9652e..6e7ed76 100644
--- a/app/views/survey_responses/show.html.erb
+++ b/app/views/survey_responses/show.html.erb
@@ -14,7 +14,7 @@
<% if @categories.any? %>
<% @categories.each do |category| %>
- - <%= category.name %> | <%= link_to category.context, codebook_path("#{category.context.gsub("-","_")}_exp"), class:"jump-link" %>
+ - <%= category.name %> | <%= link_to category.context, codebook_path("#{category.context.gsub("-","_")}_exp".gsub("pronouns_feel_exp", "pronouns_feel")), class:"jump-link" %>
<% end %>
<% else %>