diff --git a/examples/conformance/woods.py b/examples/conformance/woods.py index 6f7f0d0..633e1e9 100644 --- a/examples/conformance/woods.py +++ b/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.") diff --git a/examples/conformance/woods2.py b/examples/conformance/woods2.py index a09fb0d..656cddb 100644 --- a/examples/conformance/woods2.py +++ b/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.")