From f1aea612d3eebac444e03ec90e757a981beaf926 Mon Sep 17 00:00:00 2001 From: Parker Mauney Date: Tue, 21 Mar 2023 13:25:24 -0400 Subject: [PATCH] Fix UmlGraph link in site example This fixes a link to umlgraph dot org in the site examples that now leads to an SEO farm. --- src/site/apt/examples/alternate-doclet.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/examples/alternate-doclet.apt.vm b/src/site/apt/examples/alternate-doclet.apt.vm index be1f7984..72bfedad 100644 --- a/src/site/apt/examples/alternate-doclet.apt.vm +++ b/src/site/apt/examples/alternate-doclet.apt.vm @@ -31,7 +31,7 @@ Using Alternate Doclet To generate output from an alternate doclet, add configuration similar to the following to your POM. - In this example, the doclet is UmlGraph ({{http://www.umlgraph.org/}}). UmlGraph allows the declarative specification + In this example, the doclet is UmlGraph ({{https://www.spinellis.gr/umlgraph/}}). UmlGraph allows the declarative specification and drawing of UML class and sequence diagrams. <>: You must have the Graphviz binary in your PATH, or the images will not be generated.