\documentclass{article} \usepackage{hyperref} \begin{document} Link 1: \href{http://www.dante.de/}{CTAN}. Link 2: \href% {http://www.dante.de/}{CTAN}. \def\x{http://www.dante.de/} Link 3: \href\x{CTAN}. Link 4: \href% \x{CTAN}. Link 5: \href{http://www.dante.de/%AB}{CTAN-AB}. Link 6: \href% {http://www.dante.de/%AB}{CTAN-AB}. \end{document}