summaryrefslogtreecommitdiff
path: root/extensions/qa
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/qa')
-rw-r--r--extensions/qa/integration/extensions/ServicesHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/qa/integration/extensions/ServicesHandler.java b/extensions/qa/integration/extensions/ServicesHandler.java
index 6152a3befa23..c84e128e8892 100644
--- a/extensions/qa/integration/extensions/ServicesHandler.java
+++ b/extensions/qa/integration/extensions/ServicesHandler.java
@@ -50,7 +50,7 @@ public class ServicesHandler implements XPropertyHandler
try
{
// translate the service name into a URL to dispatch
- String documentationURL = "http://api.libreoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html";
+ String documentationURL = "https://api.libreoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html";
System.out.println( documentationURL );
// the OpenHyperlink command, to be dispatched to the Desktop