aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2024-12-05 10:46:03 +0800
committerAaron LI <aly@aaronly.me>2024-12-05 10:46:03 +0800
commit155cd793173a2f8312aa35524d48f34b5eb95a87 (patch)
tree14d0b4d4d18eb4e67c6ce2978bcecc1ab4f63c2d /resume.cls
parent6734b35583ea06f5e2f79e2db00a65a1d6cdbc20 (diff)
downloadresume-155cd793173a2f8312aa35524d48f34b5eb95a87.tar.bz2
class: Use https for github/linkedin/creativecommons links
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls6
1 files changed, 3 insertions, 3 deletions
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{<username>}
\newcommand*{\linkedin}[1]{%
\iconlink{\linkedinSymbol}%
- {http://www.linkedin.com/in/#1}%
+ {https://www.linkedin.com/in/#1}%
{linkedin.com/in/#1}%
}
% GitHub: \github{<username>}