liantze/AltaCV

href does not work

naarkhoo opened this issue · 2 comments

It seems href does not work even if I do like \href{http://www.google.com}{Google} - neither in the text nor in the cvevent title. Am perhaps I missing something ?

I am using the template provided on overleaf. Thank you again for making this package

I had to use

\usepackage[hidelinks]{hyperref}
...
\href{www.google.com}{Google}

why isn't this by default there ? don't people put href to where they use to work?!

See README re withhyper option.