[PATCH 1 of 2 website] guide: link to 2nd ed. of book at book.m-s.o

Kevin Bullock kbullock+mercurial at ringworld.org
Fri Sep 30 22:07:09 UTC 2016


# HG changeset patch
# User Kevin Bullock <kbullock+mercurial at ringworld.org>
# Date 1475272133 18000
#      Fri Sep 30 16:48:53 2016 -0500
# Node ID 490dd7796ac4a2cb0e9151b8e0b97974f14f96d7
# Parent  4ec689699207cee6c4f2e09e9580df3b850f9441
guide: link to 2nd ed. of book at book.m-s.o

diff --git a/templates/guide/index.html b/templates/guide/index.html
--- a/templates/guide/index.html
+++ b/templates/guide/index.html
@@ -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="http://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="http://book.mercurial-scm.org/read/concepts.html">more information on the store</a>).</p>
 
 <div class="output">output of hg pull:
 pulling from ../feature1


More information about the Mercurial-devel mailing list