Преглед на файлове

fix: use https for plantuml (#1223)

George Vagenas преди 5 години
родител
ревизия
68200f5136
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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