docs: point wiki and bz links to mercurial-scm.org
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 27 Aug 2016 20:17:41 +0800
changeset 1724 bd994fd256e1
parent 1723 2672f36d668e
child 1725 04be939179a6
docs: point wiki and bz links to mercurial-scm.org
docs/evolve-faq.rst
docs/index.rst
--- a/docs/evolve-faq.rst	Mon Aug 29 14:54:20 2016 +0200
+++ b/docs/evolve-faq.rst	Sat Aug 27 20:17:41 2016 +0800
@@ -116,7 +116,7 @@
 
 For more complexe scenario we recommend the use of the histedit_ extension.
 
-.. _histedit: http://mercurial.selenic.com/wiki/HisteditExtension
+.. _histedit: https://www.mercurial-scm.org/wiki/HisteditExtension
 
 
 Update my current work in progress after a pull
--- a/docs/index.rst	Mon Aug 29 14:54:20 2016 +0200
+++ b/docs/index.rst	Sat Aug 27 20:17:41 2016 +0800
@@ -14,7 +14,7 @@
 
 `evolve`_ is an experimental Mercurial extension for safe mutable history.
 
-.. _`evolve`: http://mercurial.selenic.com/wiki/EvolveExtension
+.. _`evolve`: https://www.mercurial-scm.org/wiki/EvolveExtension
 
 With core Mercurial, changesets are permanent and immutable. You can
 commit new changesets to modify your source code, but you cannot
@@ -99,11 +99,11 @@
 
   * There are still some corner cases that aren't handled yet. If you
     think you have found such a case, please check if it's already
-    described in the Mercurial bug tracker (http://bz.selenic.com).
+    described in the Mercurial bug tracker (https://bz.mercurial-scm.org/).
     Bugs in ``evolve`` are files under component "evolution": use
     `this query`_ to view open bugs in ``evolve``.
 
-.. _`this query`: http://bz.selenic.com/buglist.cgi?component=evolution&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEED_EXAMPLE
+.. _`this query`: https://bz.mercurial-scm.org/buglist.cgi?component=evolution&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEED_EXAMPLE
 
 Installation and setup
 ----------------------