From fd98590684065fd3d4d499d198cd0230a94bce1d Mon Sep 17 00:00:00 2001 From: androm3da Date: Thu, 3 Dec 2015 13:08:06 -0600 Subject: [PATCH] Update github and linkedin to use https urls. --- awesome-cv.cls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index b5d2df6..90b8e22 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -374,7 +374,7 @@ \setbool{istart}{false} } {\@headersocialsep} - \href{http://github.com/\@github}{\faGithubSquare\ \@github} + \href{https://github.com/\@github}{\faGithubSquare\ \@github} } \ifthenelse{\isundefined{\@linkedin}} {} @@ -384,7 +384,7 @@ \setbool{istart}{false} } {\@headersocialsep} - \href{http://www.linkedin.com/in/\@linkedin}{\faLinkedinSquare\ \@linkedin} + \href{https://www.linkedin.com/in/\@linkedin}{\faLinkedinSquare\ \@linkedin} } \ifthenelse{\isundefined{\@twitter}} {} @@ -534,4 +534,4 @@ \end{itemize} \end{justify} \vspace{-2mm} -} \ No newline at end of file +}