Fix PlantUML urls
This commit is contained in:
parent
b38d42b5d0
commit
cc2bfc3c3c
2 changed files with 6 additions and 2 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue