Fix broken product links

Tom Rutgers committed Aug 18, 2018
commit dba71cb6e2ce73078ec911166208583ae58bf94e
Showing 1 changed file with 1 additions and 1 deletions
source/partials/products/_product.slim +1 -1
@@ @@ -1,6 +1,6 @@
//link to product by converting the title to a slug
.product
- = link_to '/products/' + product.title.parameterize + '/'
+ = link_to '/product/' + product.title.parameterize + '/'
.product-image
= image_tag product.image
.product-content