From 031e37325c0ef0c78579b326b2176b1a872ad318 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 10 Apr 2021 17:03:13 +0200 Subject: [PATCH] Change plantuml server url to https Signed-off-by: Tilman Vatteroth --- public/api/v2/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/api/v2/config b/public/api/v2/config index 72385e68e..da86543ab 100644 --- a/public/api/v2/config +++ b/public/api/v2/config @@ -29,7 +29,7 @@ }, "maxDocumentLength": 100000, "useImageProxy": false, - "plantumlServer": "http://www.plantuml.com/plantuml", + "plantumlServer": "https://www.plantuml.com/plantuml", "specialLinks": { "privacy": "https://example.com/privacy", "termsOfUse": "https://example.com/termsOfUse",