Browse Source

fix: use https for plantuml (#1223)

George Vagenas 5 years ago
parent
commit
68200f5136
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/modules/rendering/markdown-plantuml/definition.yml

+ 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