# HG changeset patch # User Anton Shestakov # Date 1472300261 -28800 # Node ID bd994fd256e1a8fedeedab0cebf5c2f5d0f7b181 # Parent 2672f36d668eb22ed1aa400981807f1c0ec91df1 docs: point wiki and bz links to mercurial-scm.org diff -r 2672f36d668e -r bd994fd256e1 docs/evolve-faq.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 diff -r 2672f36d668e -r bd994fd256e1 docs/index.rst --- 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 ----------------------