Veiw Sub Veiw change what happen when I click a card

I have a very simple gauge card that shows the temperature. When I click it a pop up shows more details but instead of that I want to open one of the new sub views. Is there some way I can do that or is there a way to show something similar to a guage card that is a clickable link? I have used markdown cards but I don’t know any way to make those links show the temperature in an aesthetically pleasing manner. I know I can use an image but that isn’t what I am hoping to do.

type: markdown
content: >

  # Temperature [{{ (states.sensor.outdoor_temperature.state) + "F"
  }}](/lovelace-weather/0)

This is the gauge I want to tunr into a URL.

type: gauge
entity: sensor.outdoor_temperature

Any thought?