From 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:46 -0500 Subject: Bug 1417980 - Fix non-HTTPS links and outdated links where possible --- qa/t/lib/QA/Tests.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/t/lib') diff --git a/qa/t/lib/QA/Tests.pm b/qa/t/lib/QA/Tests.pm index 0bd0942fa..89d382050 100644 --- a/qa/t/lib/QA/Tests.pm +++ b/qa/t/lib/QA/Tests.pm @@ -39,7 +39,7 @@ use constant CREATE_BUG => { 'severity' => 'normal', 'qa_contact' => 'canconfirm', version => 'Another1', - url => 'http://www.bugzilla.org/', + url => 'https://www.bugzilla.org/', target_milestone => 'AnotherMS1', }; -- cgit v1.2.3-24-g4f1b