Hyper-Reference with LaTeX
To insert a link to a remote URL with LaTeX, import hyperref library in the document header
\usepackage{hyperref}
And set your link
\href{http://url}{text link)
Example:
\href{http://swobodin.fedora-tn.org}{Swobodin's Blog}
Export to PDF, and pray:
pdflatex YourDoc.tex
