From 35f74aed847b9c25cce05f7d8b8ee06519ba332c Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Tue, 22 Jul 2025 17:16:11 +0200 Subject: [PATCH] get rid of unnecessary link --- examples/conformance/woods.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/conformance/woods.py b/examples/conformance/woods.py index 7475ac9..591eb91 100644 --- a/examples/conformance/woods.py +++ b/examples/conformance/woods.py @@ -198,7 +198,3 @@ if yes_no("Print PlantUML?"): print("==================================") print(make_url(uml)) print("==================================") - print("Go to either:") - print(" ▸ https://www.plantuml.com/plantuml/uml") - print(" ▸ https://mstro.duckdns.org/plantuml/uml") - print("and paste the above string.")