Clickable tag links are opening in new window, how to stop that?

This is on my product pages. I would like them to open in the same window, is someone able to help thanks.

Hello @Fink ,

Remove this attribute target=“_blank” from the anchor tag.

e.g.

if you anchor tag look like this

[example](https://www.example.com)

it should be

[example](https://www.example.com)

Thanks