diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-02 16:43:46 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-02 16:43:46 +0100 |
commit | 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 (patch) | |
tree | c7c51335a074f1ec47ca377ba5537e4e173f1db0 /template/en/default/admin/params | |
parent | 19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (diff) | |
download | bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.gz bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.xz |
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
Diffstat (limited to 'template/en/default/admin/params')
4 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 6cd13a49d..a23c602ae 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -26,7 +26,7 @@ [% sts_desc = BLOCK %] Enables the sending of the - <a href="http://en.wikipedia.org/wiki/Strict_Transport_Security">Strict-Transport-Security</a> + <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">Strict-Transport-Security</a> header along with HTTP responses on SSL connections. This adds greater security to your SSL connections by forcing the browser to always access your domain over SSL and never accept an invalid certificate. diff --git a/template/en/default/admin/params/dependencygraph.html.tmpl b/template/en/default/admin/params/dependencygraph.html.tmpl index 4cf22d508..d5e9df7f5 100644 --- a/template/en/default/admin/params/dependencygraph.html.tmpl +++ b/template/en/default/admin/params/dependencygraph.html.tmpl @@ -29,7 +29,7 @@ <ul> <li> A complete file path to 'dot' (part of - <a href=\"http://www.graphviz.org\">GraphViz</a>) will + <a href=\"https://www.graphviz.org/\">GraphViz</a>) will generate the graphs locally. </li> <li> diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index 14fba5866..838bff7ef 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -95,7 +95,7 @@ <div class="contribute"><strong>Note:</strong> B[% %]ugzilla is developed entirely by volunteers. The best way to give back to the B[% %]ugzilla project is to - <a href="http://www.bugzilla.org/contribute/">contribute</a> + <a href="https://www.bugzilla.org/contribute/">contribute</a> yourself! You don't have to be a programmer to contribute, there are lots of things that we need. diff --git a/template/en/default/admin/params/patchviewer.html.tmpl b/template/en/default/admin/params/patchviewer.html.tmpl index 389acc1b5..41f7f9e6b 100644 --- a/template/en/default/admin/params/patchviewer.html.tmpl +++ b/template/en/default/admin/params/patchviewer.html.tmpl @@ -43,14 +43,14 @@ "faster). Make this the same as cvsroot if you don't " _ "understand what this is (if cvsroot is blank, make this blank too).", - bonsai_url => "The URL to a <a href=\"http://www.mozilla.org/bonsai.html\">Bonsai</a> " _ + bonsai_url => "The URL to a <a href=\"https://wiki.mozilla.org/Bonsai\">Bonsai</a> " _ "server containing information about your CVS repository. " _ "Patch Viewer will use this information to create links to " _ "bonsai's blame for each section of a patch (it will append " _ "'/cvsblame.cgi?...' to this url). Leave this blank if you " _ "don't understand what this is.", - lxr_url => "The URL to an <a href=\"http://sourceforge.net/projects/lxr\">LXR</a> server " _ + lxr_url => "The URL to an <a href=\"https://sourceforge.net/projects/lxr/\">LXR</a> server " _ "that indexes your CVS repository. Patch Viewer will use this " _ "information to create links to LXR for each file in a patch. " _ "Leave this blank if you don't understand what this is.", |