diff options
author | Aaron LI <aly@aaronly.me> | 2024-12-05 10:46:03 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2024-12-05 10:46:03 +0800 |
commit | 155cd793173a2f8312aa35524d48f34b5eb95a87 (patch) | |
tree | 14d0b4d4d18eb4e67c6ce2978bcecc1ab4f63c2d /resume.cls | |
parent | 6734b35583ea06f5e2f79e2db00a65a1d6cdbc20 (diff) | |
download | resume-155cd793173a2f8312aa35524d48f34b5eb95a87.tar.bz2 |
class: Use https for github/linkedin/creativecommons links
Diffstat (limited to 'resume.cls')
-rw-r--r-- | resume.cls | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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>} |