diff --git a/app/views/products/index.html.erb b/app/views/products/index.html.erb
index e17ed84..88dce18 100644
--- a/app/views/products/index.html.erb
+++ b/app/views/products/index.html.erb
@@ -9,7 +9,7 @@
- - <%= link_to 'Add product', section_products_path(@section.id) %>
+ - <%= link_to 'Add product', new_section_product_path(@section.id) %>
<% @products.each do | product | %>
-
ID: <%= product.id %> (<%= link_to 'Edit', edit_section_product_path(@section.id, product.id) %> - <%= link_to 'Delete', section_product_path(@section.id, product.id), method: :delete, data: { confirm: 'Are you sure?' } %>)
@@ -20,4 +20,4 @@
<% end %>
-<%= link_to 'Back', sections_path %>
\ No newline at end of file
+<%= link_to 'Back', sections_path %>