From: adin Date: Thu, 26 Sep 2019 17:26:31 +0000 (-0300) Subject: Fix https on scholar links X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=d27a27764cb88a7e1fd75b28ccbe830484a53f73;p=mcv-academic Fix https on scholar links --- diff --git a/academic.sty b/academic.sty index 745433f..b7d17cc 100644 --- a/academic.sty +++ b/academic.sty @@ -385,7 +385,7 @@ \ifthenelse{\equal{#1}{linkedin}}{\collectionadd[linkedin]{socials}{\protect\httplink[#3]{www.linkedin.com/in/#3}}}{}% \ifthenelse{\equal{#1}{twitter}} {\collectionadd[twitter]{socials} {\protect\httplink[#3]{www.twitter.com/#3}}} {}% \ifthenelse{\equal{#1}{github}} {\collectionadd[github]{socials} {\protect\httplink[#3]{www.github.com/#3}}} {}% - \ifthenelse{\equal{#1}{scholar}} {\collectionadd[scholar]{socials} {\protect\httplink[Google Scholar]{http://scholar.google.com/citations?user=#3}}} {}% + \ifthenelse{\equal{#1}{scholar}} {\collectionadd[scholar]{socials} {\protect\httplink[Google Scholar]{scholar.google.com/citations?user=#3}}} {}% } {\collectionadd[#1]{socials}{\protect\httplink[#3]{#2}}}}