<li><atitle="Mercurial Tutorial"href="https://www.mercurial-scm.org/wiki/Tutorial">Tutorial</a> - a more exhaustive tutorial. </li>
<li><atitle="Mercurial: The definitive Guide"href="https://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <atitle="Behind the Scenes"href="http://book.mercurial-scm.org/read/concepts.html">behind the scenes</a>, an indepth article on the design of Mercurial.</li>
<li><atitle="Mercurial: The definitive Guide"href="https://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <atitle="Behind the Scenes"href="https://book.mercurial-scm.org/read/concepts.html">behind the scenes</a>, an indepth article on the design of Mercurial.</li>
<li><atitle="Understanding Mercurial"href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">Understanding Mercurial</a> - the concepts behind Mercurial.</li>
</ul>
...
...
@@ -516,7 +516,7 @@
</pre>
<p>Now you have the history of feature1 inside your project, but the changes aren't yet visible. Instead they are only stored inside a ".hg" directory of the project (<atitle="Behind the Scenes"href="http://hgbook.red-bean.com/read/behind-the-scenes.html">more information on the store</a>).</p>
<p>Now you have the history of feature1 inside your project, but the changes aren't yet visible. Instead they are only stored inside a ".hg" directory of the project (<atitle="Behind the Scenes"href="https://book.mercurial-scm.org/read/concepts.html">more information on the store</a>).</p>