diff --git a/app/views/shared/application/_collections.html.erb b/app/views/shared/application/_collections.html.erb
index be57d1967377ccedf31da49c03f83fc7f9bd078c..f0394eb16c11db247b044a24aa04939a4f60c17d 100644
--- a/app/views/shared/application/_collections.html.erb
+++ b/app/views/shared/application/_collections.html.erb
@@ -1,6 +1,6 @@
 <div class="row">
   <div class="col-md-12">
-    <h4><b><%= link_to collections_path, 'Institucionais' %></b></h4><br>
-    <% if user_signed_in? %> <h4><b><%= link_to collections_me_path, 'Minhas coleções' %></b></h4> <% end %>
+    <h4><b><%= link_to 'Institucionais', collections_path %></b></h4><br>
+    <% if user_signed_in? %> <h4><b><%= link_to 'Minhas coleções', collections_me_path %></b></h4> <% end %>
   </div>
 </div>