[PATCH 4 of 5 website] temlpates: update numerous links to wiki

Anton Shestakov av6 at dwimlabs.net
Wed Mar 23 02:02:18 EDT 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1458712771 -28800
#      Wed Mar 23 13:59:31 2016 +0800
# Node ID b7b72808bbb3febf32a8086044f8db7dab04a991
# Parent  d7898fb1b4784303d2c21ecb9632c581d4ea484e
temlpates: update numerous links to wiki

diff --git a/templates/guide/index.html b/templates/guide/index.html
--- a/templates/guide/index.html
+++ b/templates/guide/index.html
@@ -9,9 +9,9 @@
 <p>Alternatives to this guide and further reading: </p>
 
 <ul>
-<li> <a title="Mercurial Tutorial" href="http://www.selenic.com/mercurial/wiki/Tutorial">Tutorial</a> - a more exhaustive tutorial. </li>
+<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="Understanding Mercurial" href="http://www.selenic.com/mercurial/wiki/UnderstandingMercurial">Understanding Mercurial</a> - the concepts behind Mercurial.</li>
+<li><a title="Understanding Mercurial" href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">Understanding Mercurial</a> - the concepts behind Mercurial.</li>
 </ul>
 
 <div class="note">
@@ -762,7 +762,7 @@ Others can then get your changes by simp
 
 <p>By default <em>hg serve</em> doesn't allow pushing, since that would be a major security hole. You can allow pushing in the server, but that's no solution when you live in different timezones, so we'll go with another approach here: Using a shared repository, either on an existing shared server or on a service like <a title="BitBucket" href="http://bitbucket.org">BitBucket</a>. Doing so has a bit higher starting cost and takes a bit longer to explain, but it's well worth the effort spent.</p>
 
-<p>If you want to use an existing shared server, you can use <em>serve</em> there and <a title="How to allow pushing for hg serve" href="http://www.selenic.com/mercurial/wiki/HgWebDirStepByStep#head-746ca383e3a62df34279ec2fca888113497da022">allow pushing</a>. Also there are some other nice ways to <a title="Multiple Committers" href="http://www.selenic.com/mercurial/wiki/MultipleCommitters">allow pushing to a Mercurial repository</a>, including simple <a title="Setting up a shared Mercurial repository using SSH" href="http://www.selenic.com/mercurial/wiki/SharedSSH">access via SSH</a>.</p>
+<p>If you want to use an existing shared server, you can use <em>serve</em> there and <a title="How to allow pushing for hg serve" href="https://www.mercurial-scm.org/wiki/PublishingRepositories#Allowing_push">allow pushing</a>. Also there are some other nice ways to <a title="Multiple Committers" href="https://www.mercurial-scm.org/wiki/MultipleCommitters">allow pushing to a Mercurial repository</a>, including simple <a title="Setting up a shared Mercurial repository using SSH" href="https://www.mercurial-scm.org/wiki/SharedSSH">access via SSH</a>.</p>
 
 <p>Otherwise you first need to setup a BitBucket Account. Just signup at <a title="BitBucket" href="http://bitbucket.org">BitBucket</a>. After signing up (and login) hover your mouse over "Repositories". There click the item at the bottom of the opening dialog which say "Create new".</p>
 
@@ -1057,7 +1057,7 @@ A tag must not contain the char ":", sin
 
 <div class="note">
 <p class="note-title">Note:</p>
-To securely mark a revision, you can use the <a title="Using GnuPG to securely sign revisions in Mercurial" href="http://www.selenic.com/mercurial/wiki/GpgExtension">gpg extension</a> to sign the tag.
+To securely mark a revision, you can use the <a title="Using GnuPG to securely sign revisions in Mercurial" href="https://www.mercurial-scm.org/wiki/GpgExtension">gpg extension</a> to sign the tag.
 </div>
 
 <h3>Workflow</h3>
@@ -1091,7 +1091,7 @@ To securely mark a revision, you can use
 
 <p>At times you will have changes in your repository, which you really don't want in it.</p>
 
-<p>There are many advanced options for removing these, and most of them use great extensions (<a title="Mercurial Queues Extension" href="http://www.selenic.com/mercurial/wiki/MqExtension">Mercurial Queues</a> is the most often used one), but in this basic guide, we'll solve the problem with just the commands we already learned. But we'll use an option to clone which we didn't yet need.</p>
+<p>There are many advanced options for removing these, and most of them use great extensions (<a title="Mercurial Queues Extension" href="https://www.mercurial-scm.org/wiki/MqExtension">Mercurial Queues</a> is the most often used one), but in this basic guide, we'll solve the problem with just the commands we already learned. But we'll use an option to clone which we didn't yet need.</p>
 
 <p>This workflow becomes inconvenient when you need to remove changes, which are buried below many new changes. If you spot the them early enough, you can <strong>get rid of bad changes</strong> without too much effort, though.</p>
 
@@ -1142,7 +1142,7 @@ Removing history will change the revisio
 
 <h1 id="complex_workflows">More Complex Workflows</h1>
 
-<p>If you now want to check some more complex workflows, please have a look at the general <a title="Mercurial Workflows" href="http://selenic.com/mercurial/wiki/Workflows">workflows wikipage</a> and the list of <a title="Mercurial extensions" href="https://www.mercurial-scm.org/wiki/UsingExtensions">extensions</a>.</p>
+<p>If you now want to check some more complex workflows, please have a look at the general <a title="Mercurial Workflows" href="https://www.mercurial-scm.org/wiki/Workflows">workflows wikipage</a> and the list of <a title="Mercurial extensions" href="https://www.mercurial-scm.org/wiki/UsingExtensions">extensions</a>.</p>
 
 <p>To deepen your understanding, you can also check the <a title="Overview of the basic concepts of Mercurial" href="https://www.mercurial-scm.org/wiki/UnderstandingMercurial">basic concept overview</a>.</p>
 
diff --git a/templates/who/index.html b/templates/who/index.html
--- a/templates/who/index.html
+++ b/templates/who/index.html
@@ -20,7 +20,7 @@
         OpenJDK is the official open sourced Java implementation of Sun Microsystems. When open sourcing the project, Sun chose Mercurial as their main version control system.
         <p><a href="http://openjdk.java.net/">http://openjdk.java.net/</a></p>
         <h3>and others...</h3>
-        <p>Not just OpenSolaris, Mozilla, Java and Python use Mercurial. A lot of projects of various sizes have decided to use Mercurial for its efficiency and power. A longer list of projects which use Mercurial can be found <a href="http://www.selenic.com/mercurial/wiki/ProjectsUsingMercurial">in the wiki</a>.</p>
+        <p>Not just OpenSolaris, Mozilla, Java and Python use Mercurial. A lot of projects of various sizes have decided to use Mercurial for its efficiency and power. A longer list of projects which use Mercurial can be found <a href="https://www.mercurial-scm.org/wiki/ProjectsUsingMercurial">in the wiki</a>.</p>
 {% endblock %}
 {% block sidebar %}
  {{ super() }}


More information about the Mercurial-devel mailing list