]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1634342 - change links for security approval documents to source docs (#1564)
authordklawren <dklawren@users.noreply.github.com>
Fri, 8 May 2020 23:13:50 +0000 (19:13 -0400)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 23:13:50 +0000 (16:13 -0700)
extensions/BMO/Extension.pm
extensions/BMO/template/en/default/hook/attachment/list-warnings.html.tmpl
extensions/BMO/template/en/default/hook/bug_modal/attachments-warnings.html.tmpl
template/en/default/global/header.html.tmpl

index 1820094831e45afe0d48aac83746c97d03420a52..91b0c7ff3526d9136305fc5dd080a163310213ab 100644 (file)
@@ -1026,7 +1026,7 @@ sub _bug_has_current_patch {
 sub _bug_missing_sec_approval {
   my ($self) = @_;
 
-  # see https://wiki.mozilla.org/Security/Bug_Approval_Process for the rules
+  # see https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html for the rules
 
   # no need to alert once a bug is closed
   return 0 if $self->resolution;
index 9dbda38ed8fb34e742cbd5d058b14aa607f73ef5..c6fd49ea22dc1d31a7c97918e93b64a686a6ab5a 100644 (file)
@@ -24,7 +24,8 @@
   <tr class="bz_attach_footer">
     <td colspan="[% show_attachment_flags ? 3 : 2 %]" id="sec-approval-warning" class="attachment-warning">
       <img src="[% basepath FILTER none %]extensions/BMO/web/images/sign_warning.png" width="16" height="16">
-      <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process" target="_blank" rel="noopener noreferrer">
+      <a href="https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html"
+         target="_blank" rel="noopener noreferrer">
         sec-approval required on patches before landing
       </a>
     </td>
index 53fb1e41ff6ac969e7761bb3eae1d2bee1cc8f27..2ba59081bb5e114fcbb9210f79ca9cdf58aad585 100644 (file)
@@ -21,7 +21,8 @@
 [% IF bug.missing_sec_approval %]
   <div id="sec-approval-warning" class="attachment-warning">
     <img src="[% basepath FILTER none %]extensions/BMO/web/images/sign_warning.png" width="16" height="16">
-    <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process" target="_blank" rel="noopener noreferrer">
+    <a href="https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html"
+       target="_blank" rel="noopener noreferrer">
       sec-approval required on patches before landing
     </a>
   </div>
index 4ec6db1855237ac5b15937568a133ab816c8b469..881880b45c63dfd3e7b4efa93bd898b82c394f6e 100644 (file)
     <span class="icon" aria-hidden="true"></span>
     <strong>
       [% IF is_security_bug %]
-        Security Issue - <a href="https://wiki.mozilla.org/Security/Bug_Approval_Process">Approval Process</a>
+        Security Issue - <a href="https://firefox-source-docs.mozilla.org/bug-mgmt/processes/security-approval.html">
+        Approval Process</a>
       [% ELSE %]
         Confidential
       [% END %]