Submitter | Mathias De Maré |
---|---|
Date | Oct. 26, 2016, 7:58 p.m. |
Message ID | <53e90a523b43efa8b34a.1477511892@ubuntu-512mb-ams3-01> |
Download | mbox | patch |
Permalink | /patch/17197/ |
State | Accepted, archived |
Headers | show |
Comments
On Wed, Oct 26, 2016 at 9:58 PM, Mathias De Maré <mathias.demare@gmail.com> wrote: > # HG changeset patch > # User Mathias De Maré <mathias.demare@gmail.com> > # Date 1477511250 -7200 > # Wed Oct 26 21:47:30 2016 +0200 > # Node ID 53e90a523b43efa8b34a9868eb692294edd75a22 > # Parent 4ec689699207cee6c4f2e09e9580df3b850f9441 > templates: update links to the book > Should have clarified in the topic: this is a patch for hg-website. > > diff -r 4ec689699207 -r 53e90a523b43 templates/guide/index.html > --- 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> > > diff -r 4ec689699207 -r 53e90a523b43 templates/learn/index.html > --- 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> > >
Patch
diff -r 4ec689699207 -r 53e90a523b43 templates/guide/index.html --- 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> diff -r 4ec689699207 -r 53e90a523b43 templates/learn/index.html --- 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>