I want my book (in PDF file) have an 'Contents' (general index) hyperlinked. But do not want the line of the word 'contents' (including page number) in the content of the table of contents, redundant to appear. To be exact: What would you change my tex file I put down here? Thanks in advance.
\documentclass[10pt]{book}
\usepackage[english]{babel}
\usepackage{lipsum}
\usepackage{url}
\usepackage{hyperref}
\begin{document}
\addcontentsline{toc}{chapter}{General Index}
\tableofcontents
\chapter{Chapter one}
\lipsum[1-2]
\section{section one}
\lipsum[1]
\end{document}
P.D. I put here a screenshot image of my PDF file describing what I look even better.