How can I alter the continue shopping button link on my website?

How do i change the link my cart continue shopping button takes me to, i would like to change it to https://desire-online.net/pages/all-products, what is some code to do this?

theme:dawn

website: desire-online.net

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your main-cart-items.liquid file under Sections

  3. Search for this code

    {{ ‘general.continue_shopping’ | t }}

line no. 34 - 36

Replace this part
href=“{{ routes.all_products_collection_url }}”

wih
href=“/pages/all-products

Thanks

Hello @jakegrieveson :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file main-cart-items.liquid, find this code section and replace the url like this

This worked, there is another continue shopping button i would like to change to this url too, how do i do this?

It is immediately above