1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-06-23 10:59:03 +00:00

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

This commit is contained in:
chhan11 2017-06-24 13:17:35 +02:00 committed by Christoffer
parent 3f319cd3d3
commit 0ea4b94c2b

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}}}