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 /extensions/BMO/template/en/default/pages | |
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 'extensions/BMO/template/en/default/pages')
4 files changed, 5 insertions, 5 deletions
diff --git a/extensions/BMO/template/en/default/pages/bug-writing.html.tmpl b/extensions/BMO/template/en/default/pages/bug-writing.html.tmpl index 21ed3b040..e1c67605f 100644 --- a/extensions/BMO/template/en/default/pages/bug-writing.html.tmpl +++ b/extensions/BMO/template/en/default/pages/bug-writing.html.tmpl @@ -7,5 +7,5 @@ #%] [% PROCESS global/redirect.html.tmpl - url = "https://developer.mozilla.org/en/Bug_writing_guidelines" + url = "https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines" %] diff --git a/extensions/BMO/template/en/default/pages/etiquette.html.tmpl b/extensions/BMO/template/en/default/pages/etiquette.html.tmpl index 2c25cb5e9..6e62f4762 100644 --- a/extensions/BMO/template/en/default/pages/etiquette.html.tmpl +++ b/extensions/BMO/template/en/default/pages/etiquette.html.tmpl @@ -173,7 +173,7 @@ <h2>See Also</h2> <p> - <a href="page.cgi?id=bug-writing.html">The [% terms.Bug %] Writing Guidelines</a>. + <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">The [% terms.Bug %] Writing Guidelines</a>. </p> [% INCLUDE global/footer.html.tmpl %] diff --git a/extensions/BMO/template/en/default/pages/upgrade-3.6.html.tmpl b/extensions/BMO/template/en/default/pages/upgrade-3.6.html.tmpl index 8fa944ae6..9e6d72d66 100644 --- a/extensions/BMO/template/en/default/pages/upgrade-3.6.html.tmpl +++ b/extensions/BMO/template/en/default/pages/upgrade-3.6.html.tmpl @@ -52,7 +52,7 @@ <li>New attachment details UI.</li> <li>New icons for the front page.</li> <li>Removal of unused "Patches" column from buglist.</li> - <li>Initial support for <a href="http://en.wikipedia.org/wiki/Strict_Transport_Security">Strict-Transport-Security</a> (STS) header.</li> + <li>Initial support for <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">Strict-Transport-Security</a> (STS) header.</li> </ul> <h4>General Usability Improvements</h4> @@ -121,7 +121,7 @@ <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Server/JSONRPC.html">jsonrpc.cgi</a>. The JSON-RPC interface is experimental in this release--if you want any fundamental changes in how it works, - <a href="http://www.bugzilla.org/developers/reporting_bugs.html">let us + <a href="https://www.bugzilla.org/developers/reporting_bugs.html">let us know</a>, for the next release of [% terms.Bugzilla %].</p> <h3>New Features</h3> diff --git a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl index d850c91b2..c0a8674a8 100644 --- a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl +++ b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl @@ -96,7 +96,7 @@ [% IF incomplete_data %] <p> - There used to be an issue in <a href="http://www.bugzilla.org/">Bugzilla</a> + There used to be an issue in <a href="https://www.bugzilla.org/">Bugzilla</a> which caused activity data to be lost if there were a large number of cc's or dependencies. That has been fixed, but some data was already lost in your activity table that could not be regenerated. The changes that |