# HG changeset patch
# User Gregory Szorc
# Date 1468559817 25200
# Node ID 10304bad6faf5d293f26e7419512b898f45f5f06
# Parent a891b73d9bbba8c66f9bfbc23e44936d3fdfcc17
who: use https:// URLs
The remaining http:// URLs are either necessary or will be updated in
a subsequent patch.
diff -r a891b73d9bbb -r 10304bad6faf templates/who/index.html
--- a/templates/who/index.html Wed Jun 01 07:21:17 2016 +0800
+++ b/templates/who/index.html Thu Jul 14 22:16:57 2016 -0700
@@ -7,11 +7,11 @@
The social networking service Facebook chose Mercurial in 2014 due to its extensibility and the ability to make it work at scale.
https://www.facebook.com
Python
- Python is a famous and widely adopted scripting language. Many applications like Mercurial, Django and Googles AppEngine are built on top of Python. In 2009 the Python developers chose to move from Subversion to Mercurial.
- http://www.python.org
+ Python is a famous and widely adopted scripting language. Many applications like Mercurial, Django and Googles AppEngine are built on top of Python. In 2009 the Python developers chose to move from Subversion to Mercurial.
+ https://www.python.org
Mozilla
Mozilla is an open source project that is currently developing the popular Firefox internet browser, the email client Thunderbird and the application suite SeaMonkey. Mozilla chose Mercurial in 2006.
- http://www.mozilla.org
+ https://www.mozilla.org
OpenSolaris
The Solaris based open source operating system project chose Mercurial in 2006. It is used for the development of OpenSolaris core components and packages. Mercurial helps OpenSolaris to maintain their external contributions and make sure that external packages fit the quality requirements of the project. Mercurial was chosen after a deep evaluation of existing version control systems.
The project has a dedicated web page with information about the evaluation.