[PATCH 1 of 5 evolve-ext stable] docs: point wiki and bz links to mercurial-scm.org
Anton Shestakov
av6 at dwimlabs.net
Sat Aug 27 12:44:05 UTC 2016
# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# 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
----------------------
More information about the Mercurial-devel
mailing list