I am using hyperref package to create links in my tex file. To define a link, I do
\href{https://www.google.com}{google}
When mouse is over the text, the destination, https://www.google.com in this case, appears as a hovering text.
Is there way to define the hovering text or simply get rid of it?
Thanks.