From patchwork Sat Aug 27 12:44:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1, of, 5, evolve-ext, stable] docs: point wiki and bz links to mercurial-scm.org From: Anton Shestakov X-Patchwork-Id: 16468 Message-Id: <5228e2e98f4f5e101aeb.1472301845@neuro> To: mercurial-devel@mercurial-scm.org Date: Sat, 27 Aug 2016 20:44:05 +0800 # HG changeset patch # User Anton Shestakov # Date 1472300261 -28800 # Sat Aug 27 20:17:41 2016 +0800 # Branch stable # Node ID 5228e2e98f4f5e101aeb37db6bb3082602ffdf4e # Parent 54f40b722cf981dae70c7b2806f7831ad48a767f docs: point wiki and bz links to mercurial-scm.org diff --git a/docs/evolve-faq.rst b/docs/evolve-faq.rst --- a/docs/evolve-faq.rst +++ b/docs/evolve-faq.rst @@ -116,7 +116,7 @@ However, it is easily achieved by manual 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 --git a/docs/index.rst b/docs/index.rst --- a/docs/index.rst +++ b/docs/index.rst @@ -14,7 +14,7 @@ Changeset Evolution with Mercurial `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 @@ However, it is not yet stable enough for * 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 ----------------------