From d27a27764cb88a7e1fd75b28ccbe830484a53f73 Mon Sep 17 00:00:00 2001 From: adin Date: Thu, 26 Sep 2019 14:26:31 -0300 Subject: [PATCH] Fix https on scholar links --- academic.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}}} -- 2.50.1