Browse Source

fix: use https for plantuml (#1223)

George Vagenas 5 năm trước cách đây
mục cha
commit
68200f5136
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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