From 783bc62734534b3f01339c9922ff354adec05165 Mon Sep 17 00:00:00 2001
From: dennisroczek <dennisroczek@libreoffice.org>
Date: Sun, 1 Apr 2018 14:32:19 +0100
Subject: fix some openoffice bugzilla links

* remove redirects
* use https links
* replace old attchment links with working ones

Change-Id: Ic9a154f46e142138f0adea7d7b8be3b6cfe8af18
Reviewed-on: https://gerrit.libreoffice.org/52224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
---
 forms/qa/integration/forms/MasterDetailForms.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'forms')

diff --git a/forms/qa/integration/forms/MasterDetailForms.java b/forms/qa/integration/forms/MasterDetailForms.java
index e13da5d575da..4b448fe04b93 100644
--- a/forms/qa/integration/forms/MasterDetailForms.java
+++ b/forms/qa/integration/forms/MasterDetailForms.java
@@ -265,7 +265,7 @@ public class MasterDetailForms extends complexlib.ComplexTestCase implements com
             impl_waitForLoadedEvent();
 
             // now that we set up this, do the actual tests
-            // First, http://www.openoffice.org/issues/show_bug.cgi?id=105235 described the problem
+            // First, https://bz.apache.org/ooo/show_bug.cgi?id=105235 described the problem
             // that default values in the sub form didn't work when the master form was navigated to a row
             // for which no detail records were present, and the default of the column/control is the same
             // as the last known value.
-- 
cgit