changeset 6334:cc21a2b86a30 stable

docs: update links to Mercurial's website and wiki Also Mercurial itself is not a coding standard, so add possessive suffix.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 17 Nov 2016 13:09:43 +0800
parents 110dcae69d7d
children 9c6f717823e1 b4dd4c16c12d
files docs/contributing.rst docs/index.rst docs/setup.rst docs/usage/troubleshooting.rst
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/contributing.rst	Wed Jun 29 16:45:15 2016 +0200
+++ b/docs/contributing.rst	Thu Nov 17 13:09:43 2016 +0800
@@ -81,7 +81,7 @@
 that is brought into the project.
 
 We don't have a formal coding/formatting standard. We are currently using a mix
-of Mercurial (http://mercurial.selenic.com/wiki/CodingStyle), pep8, and
+of Mercurial's (https://www.mercurial-scm.org/wiki/CodingStyle), pep8, and
 consistency with existing code. Run whitespacecleanup.sh to avoid stupid
 whitespace noise in your patches.
 
--- a/docs/index.rst	Wed Jun 29 16:45:15 2016 +0200
+++ b/docs/index.rst	Thu Nov 17 13:09:43 2016 +0800
@@ -72,7 +72,7 @@
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
 .. _python: http://www.python.org/
 .. _django: http://www.djangoproject.com/
-.. _mercurial: http://mercurial.selenic.com/
+.. _mercurial: https://www.mercurial-scm.org/
 .. _bitbucket: http://bitbucket.org/
 .. _subversion: http://subversion.tigris.org/
 .. _git: http://git-scm.com/
--- a/docs/setup.rst	Wed Jun 29 16:45:15 2016 +0200
+++ b/docs/setup.rst	Thu Nov 17 13:09:43 2016 +0800
@@ -809,11 +809,11 @@
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
 .. _python: http://www.python.org/
-.. _Mercurial: http://mercurial.selenic.com/
+.. _Mercurial: https://www.mercurial-scm.org/
 .. _Celery: http://celeryproject.org/
 .. _Celery documentation: http://docs.celeryproject.org/en/latest/getting-started/index.html
 .. _RabbitMQ: http://www.rabbitmq.com/
 .. _Redis: http://redis.io/
 .. _python-ldap: http://www.python-ldap.org/
 .. _mercurial-server: http://www.lshift.net/mercurial-server.html
-.. _PublishingRepositories: http://mercurial.selenic.com/wiki/PublishingRepositories
+.. _PublishingRepositories: https://www.mercurial-scm.org/wiki/PublishingRepositories
--- a/docs/usage/troubleshooting.rst	Wed Jun 29 16:45:15 2016 +0200
+++ b/docs/usage/troubleshooting.rst	Thu Nov 17 13:09:43 2016 +0800
@@ -69,7 +69,7 @@
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
 .. _python: http://www.python.org/
-.. _mercurial: http://mercurial.selenic.com/
+.. _mercurial: https://www.mercurial-scm.org/
 .. _celery: http://celeryproject.org/
 .. _rabbitmq: http://www.rabbitmq.com/
 .. _python-ldap: http://www.python-ldap.org/