Mercurial > hg-website
changeset 465:7bd9da64acf5
guide: link to the book via https and update one more link
author | Kevin Bullock <kbullock+mercurial@ringworld.org> |
---|---|
date | Fri, 30 Sep 2016 16:48:53 -0500 |
parents | 53e90a523b43 |
children | a0b3fca548d1 |
files | templates/guide/index.html |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/guide/index.html Wed Oct 26 21:47:30 2016 +0200 +++ b/templates/guide/index.html Fri Sep 30 16:48:53 2016 -0500 @@ -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 @@ </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