Just found a solution. Don’t know if this is the best way to go about it.
In plugins/woocommerce/templates/content-product.php
Changed
<a href="<?php the_permalink(); ?>">
To
<a href="<?php echo esc_url( $product->get_product_url() ) ?>">
Hope this helps.