Skip to content

Commit f1aea61

Browse files
ParkerMslachiewicz
authored andcommitted
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.
1 parent 931164d commit f1aea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/apt/examples/alternate-doclet.apt.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Using Alternate Doclet
3131

3232
To generate output from an alternate doclet, add configuration similar to the following to your POM.
3333

34-
In this example, the doclet is UmlGraph ({{http://www.umlgraph.org/}}). UmlGraph allows the declarative specification
34+
In this example, the doclet is UmlGraph ({{https://www.spinellis.gr/umlgraph/}}). UmlGraph allows the declarative specification
3535
and drawing of UML class and sequence diagrams.
3636

3737
<<Note about UmlGraph>>: You must have the Graphviz binary in your PATH, or the images will not be generated.

0 commit comments

Comments
 (0)