Explorar o código

fix: use https for plantuml (#1223)

George Vagenas %!s(int64=5) %!d(string=hai) anos
pai
achega
68200f5136
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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