diff --git a/app/views/learning_objects/show.html.erb b/app/views/learning_objects/show.html.erb
index 646e470f1c6c548bac8b66929902c0d09679f5f6..bae6e0a63d2489b886da29de93b451cc0bf6547d 100644
--- a/app/views/learning_objects/show.html.erb
+++ b/app/views/learning_objects/show.html.erb
@@ -92,7 +92,7 @@
 
             <% if policy(@learning_object).update? %>
                 <div class="action">
-                  <a tabindex="1" class="btn btn-primary" role="button" title="Editar conteúdo" href="<%= edit_learning_objects_path(@learning_object) %>">
+                  <a tabindex="1" class="btn btn-primary" role="button" title="Editar conteúdo" href="<%= edit_learning_object_path(@learning_object) %>">
                     <i class="fa fa-pencil"></i>
                   </a>
                 </div>