From 2b2ddac15afd9884ba889e55ee3882e682829ffd Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Tue, 17 Dec 2019 17:07:37 +0100 Subject: [PATCH] Switch configuration parameter setting to a working URL --> URL as suggested on Phabricator Bug: T209563 Change-Id: I87e4df0365e8c718cc00c9990ebce7e03026ec37 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 02b4326a5..fbc89f58a 100644 --- a/extension.json +++ b/extension.json @@ -107,7 +107,7 @@ "MathLaTeXMLTimeout": 240, "MathLaTeXMLUrl": "http://gw125.iu.xsede.org:8888", "MathMathMLTimeout": 20, - "MathMathMLUrl": "http://mathoid.testme.wmflabs.org", + "MathMathMLUrl": "https://mathoid-beta.wmflabs.org", "MathFullRestbaseURL": "https://wikimedia.org/api/rest_", "MathConcurrentReqs": 50, "MathoidCli": false,