summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-12-02 16:43:46 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-02 16:43:46 +0100
commit46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 (patch)
treec7c51335a074f1ec47ca377ba5537e4e173f1db0 /extensions/Splinter
parent19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (diff)
downloadbugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.gz
bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.xz
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
Diffstat (limited to 'extensions/Splinter')
-rw-r--r--extensions/Splinter/template/en/default/pages/splinter.html.tmpl2
-rw-r--r--extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
index df5dd75ce..f42c579e4 100644
--- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
+++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl
@@ -108,7 +108,7 @@
<!--[if lt IE 7]>
<p style="border: 1px solid #880000; padding: 1em; background: #ffee88; font-size: 120%;">
Splinter Patch Review requires a modern browser, such as
- <a href="http://www.firefox.com">Firefox</a>, for correct operation.
+ <a href="https://www.mozilla.org/firefox/">Firefox</a>, for correct operation.
</p>
<![endif]-->
diff --git a/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl
index dac513e56..267366d5a 100644
--- a/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl
+++ b/extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl
@@ -125,7 +125,7 @@
[%+ terms.Bugzilla %], as long as they are well-formatted patches. If you are
using Git for version control, you can either format changes as
patches
- using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">'git
+ using <a href="https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">'git
format-patch</a> and attach them manually to the [% terms.bug %], or you
can
use <a href="http://fishsoup.net/software/git-bz">git-bz</a>.