From 155cd793173a2f8312aa35524d48f34b5eb95a87 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 5 Dec 2024 10:46:03 +0800 Subject: class: Use https for github/linkedin/creativecommons links --- resume.cls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resume.cls') diff --git a/resume.cls b/resume.cls index 2dba6f8..de1ae94 100644 --- a/resume.cls +++ b/resume.cls @@ -175,12 +175,12 @@ %% \newcommand*{\creativecommons}[2]{% - \href{http://creativecommons.org/licenses/#1/#2/}% + \href{https://creativecommons.org/licenses/#1/#2/}% {\faCreativeCommons{} \uppercase{#1} #2}% } \newcommand*{\githublink}[2]{% - \href{http://github.com/#1/#2}{\githubSymbol{} #1/#2}% + \href{https://github.com/#1/#2}{\githubSymbol{} #1/#2}% } \newcommand*{\link}[2]{\textcolor{linkcolor}{\href{#1}{#2}}} @@ -290,7 +290,7 @@ % LinkedIn: \linkedin{} \newcommand*{\linkedin}[1]{% \iconlink{\linkedinSymbol}% - {http://www.linkedin.com/in/#1}% + {https://www.linkedin.com/in/#1}% {linkedin.com/in/#1}% } % GitHub: \github{} -- cgit v1.2.2