2
0
Эх сурвалжийг харах

fix: use https for plantuml (#1223)

George Vagenas 5 жил өмнө
parent
commit
68200f5136

+ 1 - 1
server/modules/rendering/markdown-plantuml/definition.yml

@@ -8,7 +8,7 @@ dependsOn: markdownCore
 props:
   server:
     type: String
-    default: http://www.plantuml.com/plantuml
+    default: https://www.plantuml.com/plantuml
     title: PlantUML Server
     hint: PlantUML server used for image generation
     order: 1