I am trying to \renewcommand the second argument of the \hrefcommand (\href{URL}{text in the PDF pointing to the URL}).
What I want to do is to display the text which points to the URL (URL passed as the first argument of the command) in italics.
A solution would be to wrap my text pointing to the URL in \textit, as shown here, however, I am trying to renew the command such that I don't have to wrap the text in \textit every time I will insert a text pointing to an URL.
