1\documentclass[a4paper, oneside, 10pt]{article}
2\usepackage[utf8x]{inputenc}
3\usepackage[czech]{babel}
4\usepackage[unicode]{hyperref}
5\begin{document}
6
7\section{\texorpdfstring{LocalLink}{LocalLink}}
8\label{sec:locallink}
9
10This section (\autoref{sec:locallink})
11
12\section{\texorpdfstring{Another link}{Another link}}
13\label{sec:another_link}
14
15This section (\autoref{sec:another_link})
16
17\href{http://www.dokuwiki.org/Interwiki}{Interwiki}
18
19\href{file:///P:/Manuals/UserManual.pdf}{User Manual}
20
21\href{\\\\server\\share}{Windows share}
22
23\end{document}
24