changeset 464:53e90a523b43

templates: update links to the book
author Mathias De Maré <mathias.demare@gmail.com>
date Wed, 26 Oct 2016 21:47:30 +0200
parents 4ec689699207
children 7bd9da64acf5
files templates/guide/index.html templates/learn/index.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/guide/index.html	Fri Jul 22 18:46:43 2016 +0800
+++ b/templates/guide/index.html	Wed Oct 26 21:47:30 2016 +0200
@@ -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="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> - a very detailed description of Mercurial including <a title="Behind the Scenes" href="http://hgbook.red-bean.com/read/behind-the-scenes.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="http://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>
 
--- a/templates/learn/index.html	Fri Jul 22 18:46:43 2016 +0800
+++ b/templates/learn/index.html	Wed Oct 26 21:47:30 2016 +0200
@@ -25,7 +25,7 @@
   In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts of Mercurial. Also includes a section explaining the differences between SVN and Mercurial. </p>
 </li>
 <li>
-<p><a href="http://hgbook.red-bean.com/">Mercurial: The Definitive Guide</a> ("hgbook")<br />
+<p><a href="http://book.mercurial-scm.org/">Mercurial: The Definitive Guide</a> ("hgbook")<br />
   The free book from Bryan O' Sullivan gives a detailed and easy to read introduction to Mercurial and the philosophy behind it. </p>
 </li>