How to update logo link?

Edited

By default, the site logo is linked to the homepage. However, in some cases, you may want to change this to another link. While there aren't any built-in theme settings to make this adjustment, you can follow the steps below:

To update the logo link, open the theme code page by going to /admin/themes, clicking the ellipsis (...) on your theme, and selecting Edit code.

You'll be looking for the header-logo-block.liquid file in your snippets folder. Look for all instances of:

href="{{ routes.root_url }}"

and change it to include your link as shown here:

href="your-link"