Comments
Patch
@@ -10,7 +10,7 @@
<ul>
<li> <a title="Mercurial Tutorial" href="https://www.mercurial-scm.org/wiki/Tutorial">Tutorial</a> - a more exhaustive tutorial. </li>
-<li><a title="Mercurial: The definitive Guide" href="https://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <a title="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><a title="Mercurial: The definitive Guide" href="https://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <a title="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><a title="Understanding Mercurial" href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">Understanding Mercurial</a> - the concepts behind Mercurial.</li>
</ul>
@@ -516,7 +516,7 @@ If you want to see the diffs, you can us
</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 (<a title="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 (<a title="Behind the Scenes" href="https://book.mercurial-scm.org/read/concepts.html">more information on the store</a>).</p>
<div class="output">output of hg pull:
pulling from ../feature1