From de79d35f5283b212580284a6f60d46e4261db0fd Mon Sep 17 00:00:00 2001 From: chhan11 Date: Sat, 24 Jun 2017 13:17:35 +0200 Subject: [PATCH] Fix: Wrong use of \url in \rfc{}. Corrected to \href --- commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.tex b/commands.tex index e21dfd8..0857e3b 100644 --- a/commands.tex +++ b/commands.tex @@ -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}}}