bug 1336406, update http -> https in compare-locales docs, r?Aryx draft
authorAxel Hecht <axel@pike.org>
Mon, 03 Apr 2017 14:55:28 +0200
changeset 555004 cd6fe0f256fce478de6b7d8a998fc2d56bff51e1
parent 554958 aaa0cd3bd620daf6be29c72625f6e63fd0bc1d46
child 622496 24792b38defea9696f2a1f5ad8bb628e2915d2ae
push id52114
push useraxel@mozilla.com
push dateMon, 03 Apr 2017 12:56:11 +0000
reviewersAryx
bugs1336406
milestone55.0a1
bug 1336406, update http -> https in compare-locales docs, r?Aryx Ride-along fix to change http://mxr to https://dxr, too. MozReview-Commit-ID: 2H6aGv9nuKv
python/compare-locales/docs/index.rst
--- a/python/compare-locales/docs/index.rst
+++ b/python/compare-locales/docs/index.rst
@@ -54,17 +54,17 @@ For projects like Thunderbird and SeaMon
 data needs to be provided when including an ``l10n.ini`` from a different
 repository:
 
 .. code-block:: ini
 
     [include_toolkit]
     type = hg
     mozilla = mozilla-central
-    repo = http://hg.mozilla.org/
+    repo = https://hg.mozilla.org/
     l10n.ini = toolkit/locales/l10n.ini
 
 This tells the l10n pieces where to find the repository, and where inside
 that repository the ``l10n.ini`` file is. This is needed because for local
 builds, :file:`mail/locales/l10n.ini` references
 :file:`mozilla/toolkit/locales/l10n.ini`, which is where the comm-central
 build setup expects toolkit to be.
 
@@ -183,9 +183,9 @@ where are the localizations?
 We host a mercurial repository per locale and per branch. Most of our
 localizations only work starting with aurora, so the bulk of the localizations
 is found on https://hg.mozilla.org/releases/l10n/mozilla-aurora/. We have
 several localizations continuously working with mozilla-central, those
 repositories are on https://hg.mozilla.org/l10n-central/.
 
 You can search inside our localized files on
 `Transvision <https://transvision.mozfr.org/>`_ and
-http://dxr.mozilla.org/l10n-mozilla-aurora/.
+https://dxr.mozilla.org/l10n-mozilla-aurora/source/.