Fix: Wrong use of \url in \rfc{}. Corrected to \href

This commit is contained in:
chhan11 2017-06-24 13:17:35 +02:00
parent 71d08be87b
commit de79d35f52
1 changed files with 1 additions and 1 deletions

View File

@ -128,4 +128,4 @@ License: \texttt{\href{https://creativecommons.org/licenses/by-sa/3.0/}{CC BY-SA
% Usage:
\newcommand{\rfc}[1]{RFC #1\footnote{\url{https://tools.ietf.org/html/rfc#1}{tools.ietf.org/html/rfc#1}}}
\newcommand{\rfc}[1]{RFC #1\footnote{\href{https://tools.ietf.org/html/rfc#1}{tools.ietf.org/html/rfc#1}}}