Change url of a tab

Hi,

My dev created me this portfolio website:

And I would like to redirect the tab “Work” to another hyperlink, in that case:

How can I do this easily?

PS I’m not a big dev person or super familiar we Kirby

Thank you
Hugo

There are several options to achieve this:

  • change the menu link (depending how this is implemented)
  • Add a redirect link at the top of the work template
  • use a route that listens to the current URL pattern
  • Redirect via .htaccess

Hey,

maybe this can help you.