浏览代码

Fix PlantUML urls

Joeri Exelmans 9 月之前
父节点
当前提交
cc2bfc3c3c
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 3 1
      examples/conformance/woods.py
  2. 3 1
      examples/conformance/woods2.py

+ 3 - 1
examples/conformance/woods.py

@@ -196,5 +196,7 @@ if yes_no("Print PlantUML?"):
     print("==================================")
     print(uml)
     print("==================================")
-    print("Go to http://www.plantuml.com/plantuml/uml/")
+    print("Go to either:")
+    print("  ▸ https://www.plantuml.com/plantuml/uml")
+    print("  ▸ https://mstro.duckdns.org/plantuml/uml")
     print("and paste the above string.")

+ 3 - 1
examples/conformance/woods2.py

@@ -127,5 +127,7 @@ if yes_no("Print PlantUML?"):
     print("==================================")
     print(uml)
     print("==================================")
-    print("Go to http://www.plantuml.com/plantuml/uml/")
+    print("Go to either:")
+    print("  ▸ https://www.plantuml.com/plantuml/uml")
+    print("  ▸ https://mstro.duckdns.org/plantuml/uml")
     print("and paste the above string.")